Skip to content

Commit 63560fa

Browse files
[pre-commit.ci] pre-commit autoupdate (#217)
updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](PyCQA/autoflake@v2.2.1...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) - [github.com/RobertCraigie/pyright-python: v1.1.350 → v1.1.353](RobertCraigie/pyright-python@v1.1.350...v1.1.353) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.1...v0.3.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7fb2572 commit 63560fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
args: [--preview]
1515

1616
- repo: https://github.com/PyCQA/autoflake
17-
rev: v2.2.1
17+
rev: v2.3.0
1818
hooks:
1919
- id: autoflake
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.15.0
22+
rev: v3.15.1
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py39-plus]
@@ -31,12 +31,12 @@ repos:
3131
- id: isort
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.8.0
34+
rev: v1.9.0
3535
hooks:
3636
- id: mypy
3737

3838
- repo: https://github.com/RobertCraigie/pyright-python
39-
rev: v1.1.350
39+
rev: v1.1.353
4040
hooks:
4141
- id: pyright
4242
# ignore warnings about new version being available, no other warnings
@@ -77,8 +77,8 @@ repos:
7777
- id: trailing-whitespace
7878
args: ['--markdown-linebreak-ext=md,markdown']
7979

80-
- repo: https://github.com/charliermarsh/ruff-pre-commit
81-
rev: v0.2.1
80+
- repo: https://github.com/astral-sh/ruff-pre-commit
81+
rev: v0.3.2
8282
hooks:
8383
- id: ruff
8484

0 commit comments

Comments
 (0)