We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960fb0a commit 42e54aaCopy full SHA for 42e54aa
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
hooks:
31
- id: clang-format
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.5.0
+ rev: v0.6.3
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
@@ -39,11 +39,11 @@ repos:
39
40
- id: isort
41
- repo: https://github.com/psf/black
42
- rev: 24.4.2
+ rev: 24.8.0
43
44
- id: black-jupyter
45
- repo: https://github.com/asottile/pyupgrade
46
- rev: v3.16.0
+ rev: v3.17.0
47
48
- id: pyupgrade
49
args: [--py38-plus] # sync with requires-python
@@ -52,7 +52,7 @@ repos:
52
^examples/
53
)
54
- repo: https://github.com/pycqa/flake8
55
- rev: 7.1.0
+ rev: 7.1.1
56
57
- id: flake8
58
additional_dependencies:
0 commit comments