Skip to content

Commit 4476b7e

Browse files
[pre-commit.ci] pre-commit autoupdate (#432)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.1 → v0.15.2](astral-sh/ruff-pre-commit@v0.15.1...v0.15.2) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/pycqa/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d7efe31 commit 4476b7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.1
12+
rev: v0.15.2
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.1
24+
rev: v2.3.3
2525
hooks:
2626
- id: autoflake
2727

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

3636
- repo: https://github.com/pycqa/isort
37-
rev: 7.0.0
37+
rev: 8.0.0
3838
hooks:
3939
- id: isort
4040

0 commit comments

Comments
 (0)