Skip to content

Commit 3c6b601

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 3bd950f commit 3c6b601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
exclude: ^source/3rdparty
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: v0.11.13
32+
rev: v0.12.0
3333
hooks:
3434
- id: ruff
3535
args: ["--fix"]
@@ -40,7 +40,7 @@ repos:
4040
types_or: [python, pyi, jupyter]
4141
- repo: https://github.com/pycqa/flake8
4242
# flake8 cannot autofix
43-
rev: "7.2.0"
43+
rev: "7.3.0"
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:

0 commit comments

Comments
 (0)