File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
autofix_commit_msg : " fix: [pre-commit.ci] auto fixes [...]"
7
7
autoupdate_commit_msg : " chore(pre-commit): [pre-commit.ci] autoupdate"
8
8
autoupdate_schedule : monthly
9
- default_stages : [commit, push, manual]
9
+ default_stages : [pre- commit, pre- push, manual]
10
10
repos :
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.6 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : check-symlinks
15
15
- id : destroyed-symlinks
@@ -26,24 +26,24 @@ repos:
26
26
- id : debug-statements
27
27
- id : double-quote-string-fixer
28
28
- repo : https://github.com/pre-commit/mirrors-clang-format
29
- rev : v18 .1.8
29
+ rev : v19 .1.7
30
30
hooks :
31
31
- id : clang-format
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : v0.5.0
33
+ rev : v0.9.4
34
34
hooks :
35
35
- id : ruff
36
36
args : [--fix, --exit-non-zero-on-fix]
37
37
- repo : https://github.com/PyCQA/isort
38
- rev : 5.13.2
38
+ rev : 6.0.0
39
39
hooks :
40
40
- id : isort
41
41
- repo : https://github.com/psf/black
42
- rev : 24.4.2
42
+ rev : 25.1.0
43
43
hooks :
44
44
- id : black-jupyter
45
45
- repo : https://github.com/asottile/pyupgrade
46
- rev : v3.16.0
46
+ rev : v3.19.1
47
47
hooks :
48
48
- id : pyupgrade
49
49
args : [--py38-plus] # sync with requires-python
52
52
^examples/
53
53
)
54
54
- repo : https://github.com/pycqa/flake8
55
- rev : 7.1.0
55
+ rev : 7.1.1
56
56
hooks :
57
57
- id : flake8
58
58
additional_dependencies :
68
68
^docs/source/conf.py$
69
69
)
70
70
- repo : https://github.com/codespell-project/codespell
71
- rev : v2.3.0
71
+ rev : v2.4.1
72
72
hooks :
73
73
- id : codespell
74
74
additional_dependencies : [".[toml]"]
You can’t perform that action at this time.
0 commit comments