Skip to content

Commit 8be4d02

Browse files
pre-commit-ci[bot]benbovy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.6 → v20.1.5](pre-commit/mirrors-clang-format@v19.1.6...v20.1.5)
1 parent b6c1ce7 commit 8be4d02

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
@@ -8,17 +8,17 @@ repos:
88
- id: debug-statements
99
- id: mixed-line-ending
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 5.13.2
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
args: ["--profile", "black"]
1515
- repo: https://github.com/psf/black
16-
rev: 24.10.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919
args: [--safe, --quiet]
2020
- repo: https://github.com/pre-commit/mirrors-clang-format
21-
rev: v19.1.6
21+
rev: v20.1.5
2222
hooks:
2323
- id: clang-format
2424
args: [--style=file]

0 commit comments

Comments
 (0)