We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6bb67 commit 4c4c646Copy full SHA for 4c4c646
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
default_stages: [commit, push, manual]
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.5.0
+ rev: v4.6.0
13
hooks:
14
- id: check-symlinks
15
- id: destroyed-symlinks
@@ -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.2
+ rev: v18.1.4
30
31
- id: clang-format
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.3.5
+ rev: v0.4.3
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ repos:
39
40
- id: isort
41
- repo: https://github.com/psf/black
42
- rev: 24.3.0
+ rev: 24.4.2
43
44
- id: black-jupyter
45
- repo: https://github.com/asottile/pyupgrade
0 commit comments