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 ae04ce0 commit 54d139bCopy full SHA for 54d139b
.pre-commit-config.yaml
@@ -26,11 +26,11 @@ repos:
26
- id: debug-statements
27
- id: double-quote-string-fixer
28
- repo: https://github.com/pre-commit/mirrors-clang-format
29
- rev: v18.1.1
+ rev: v18.1.2
30
hooks:
31
- id: clang-format
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.3.3
+ rev: v0.3.4
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
@@ -43,7 +43,7 @@ repos:
43
44
- id: black-jupyter
45
- repo: https://github.com/asottile/pyupgrade
46
- rev: v3.15.1
+ rev: v3.15.2
47
48
- id: pyupgrade
49
args: [--py38-plus] # sync with requires-python
0 commit comments