Skip to content

Commit 330e986

Browse files
committed
style: pre-commit tools updated
1 parent 7df943d commit 330e986

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
- id: check-hooks-apply
77
- id: check-useless-excludes
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- repo: https://github.com/pre-commit/mirrors-clang-format
14-
rev: v19.1.5
14+
rev: v20.1.8
1515
hooks:
1616
- id: clang-format
1717
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -23,17 +23,17 @@ repos:
2323
# additional_dependencies: ["cmakelang"]
2424
# exclude: "cmake/.*"
2525
- repo: https://github.com/psf/black
26-
rev: 24.10.0
26+
rev: 25.1.0
2727
hooks:
2828
- id: black
2929
language_version: python3
3030
- repo: https://github.com/PyCQA/isort
31-
rev: 5.13.2
31+
rev: 6.0.1
3232
hooks:
3333
- id: isort
3434
args: [--profile, black, --multi-line, "3"]
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 7.1.1
36+
rev: 7.3.0
3737
hooks:
3838
- id: flake8
3939

0 commit comments

Comments
 (0)