Skip to content

Commit 3c133c3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v19.1.0](pre-commit/mirrors-clang-format@v17.0.6...v19.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.2.0 → 24.8.0](psf/black@24.2.0...24.8.0) - [github.com/MarcoGorelli/cython-lint: v0.16.0 → v0.16.2](MarcoGorelli/cython-lint@v0.16.0...v0.16.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 17a90fc commit 3c133c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ repos:
44
- id: check-useless-excludes
55
- id: check-hooks-apply
66
- repo: https://github.com/pre-commit/mirrors-clang-format
7-
rev: v17.0.6
7+
rev: v19.1.0
88
hooks:
99
- id: clang-format
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.5.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-ast
@@ -23,16 +23,16 @@ repos:
2323
- id: mixed-line-ending
2424
- id: trailing-whitespace
2525
- repo: https://github.com/psf/black
26-
rev: 24.2.0
26+
rev: 24.8.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/MarcoGorelli/cython-lint
30-
rev: v0.16.0
30+
rev: v0.16.2
3131
hooks:
3232
- id: cython-lint
3333
- id: double-quote-cython-strings
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.1.1
3636
hooks:
3737
- id: flake8
3838
exclude: ^binding/python/rbdyn/.*__init__.py

0 commit comments

Comments
 (0)