Skip to content

Commit c513422

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#361)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) <!--pre-commit.ci end-->
2 parents 8a2aab1 + be63093 commit c513422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ repos:
3838
- "--py39-plus"
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.9.4"
41+
rev: "v0.9.9"
4242
hooks:
4343
- id: ruff
4444
args:
4545
- --fix-only
4646
- --target-version=py39
4747

4848
- repo: https://github.com/pycqa/isort
49-
rev: 6.0.0
49+
rev: 6.0.1
5050
hooks:
5151
- id: isort
5252
args:
@@ -62,7 +62,7 @@ repos:
6262
- --target-version=py39
6363

6464
- repo: https://github.com/pycqa/flake8
65-
rev: 7.1.1
65+
rev: 7.1.2
6666
hooks:
6767
- id: flake8
6868
additional_dependencies:

0 commit comments

Comments
 (0)