We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2973f69 commit cee238bCopy full SHA for cee238b
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.2
+ rev: v0.12.7
4
hooks:
5
- id: ruff-check
6
args: [--exit-non-zero-on-fix]
@@ -24,7 +24,7 @@ repos:
24
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$|\.patch$)
25
26
- repo: https://github.com/pre-commit/mirrors-clang-format
27
- rev: v20.1.7
+ rev: v20.1.8
28
29
- id: clang-format
30
types: [c]
@@ -79,7 +79,7 @@ repos:
79
additional_dependencies: [trove-classifiers>=2024.10.12]
80
81
- repo: https://github.com/tox-dev/tox-ini-fmt
82
- rev: 1.5.0
+ rev: 1.6.0
83
84
- id: tox-ini-fmt
85
0 commit comments