Skip to content

Commit ff9796d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.4...v0.15.2) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.408](RobertCraigie/pyright-python@v1.1.407...v1.1.408)
1 parent b89b0e1 commit ff9796d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ repos:
4141
# files: .pre-commit-config.yaml
4242

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v3.21.1
44+
rev: v3.21.2
4545
hooks:
4646
- args:
4747
- --py310-plus
4848
id: pyupgrade
4949

5050
- repo: https://github.com/Lucas-C/pre-commit-hooks
51-
rev: v1.5.5
51+
rev: v1.5.6
5252
hooks:
5353
- id: remove-tabs
5454

55-
- repo: https://github.com/charliermarsh/ruff-pre-commit
55+
- repo: https://github.com/astral-sh/ruff-pre-commit
5656
# ignores
5757
# COM812 Trailing comma missing (does not agree with Black)
5858
# D203 1 blank line required before class docstring (incompatible with D211)
@@ -64,7 +64,7 @@ repos:
6464
# N802 function name should be lowercase
6565
# N803 argument name should be lowercase
6666
# ICN001 import numpy as np
67-
rev: 'v0.14.4'
67+
rev: 'v0.15.2'
6868
hooks:
6969
- id: ruff
7070
exclude: "tests"
@@ -81,6 +81,6 @@ repos:
8181

8282
# reads pyproject.toml for additional config
8383
- repo: https://github.com/RobertCraigie/pyright-python
84-
rev: v1.1.407
84+
rev: v1.1.408
8585
hooks:
8686
- id: pyright

0 commit comments

Comments
 (0)