Skip to content

Commit 463927f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.22 → v0.16.6](astral-sh/ruff-pre-commit@v0.15.22...v0.16.6) - [github.com/PyCQA/autoflake: v2.3.3 → v2.4.0](PyCQA/autoflake@v2.3.3...v2.4.0) - [github.com/pycqa/isort: 9.0.0b1 → 9.0.1](PyCQA/isort@9.0.0b1...9.0.1) - [github.com/pre-commit/mirrors-mypy: v2.3.0 → v2.3.1](pre-commit/mirrors-mypy@v2.3.0...v2.3.1)
1 parent c695f61 commit 463927f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.22
12+
rev: v0.16.6
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
@@ -21,7 +21,7 @@ repos:
2121
args: [--preview]
2222

2323
- repo: https://github.com/PyCQA/autoflake
24-
rev: v2.3.3
24+
rev: v2.4.0
2525
hooks:
2626
- id: autoflake
2727

@@ -34,12 +34,12 @@ repos:
3434
exclude: tests/eval_files/async(103|232|232_asyncio).py
3535

3636
- repo: https://github.com/pycqa/isort
37-
rev: 9.0.0b1
37+
rev: 9.0.1
3838
hooks:
3939
- id: isort
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v2.3.0
42+
rev: v2.3.1
4343
hooks:
4444
- id: mypy
4545
# uses py311 syntax, mypy configured for py310

0 commit comments

Comments
 (0)