File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
exclude : ^reacnetgenerator/static/webpack/\.yarn/releases/.*$
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v5 .0.0
6
+ rev : v6 .0.0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
@@ -17,15 +17,15 @@ repos:
17
17
- id : mixed-line-ending
18
18
# Python
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.11.13
20
+ rev : v0.12.8
21
21
hooks :
22
22
- id : ruff
23
23
args : ["--fix"]
24
24
types_or : [python, pyi, jupyter]
25
25
- id : ruff-format
26
26
types_or : [python, pyi, jupyter]
27
27
- repo : https://github.com/tox-dev/tox-ini-fmt
28
- rev : " 1.5 .0"
28
+ rev : " 1.6 .0"
29
29
hooks :
30
30
- id : tox-ini-fmt
31
31
# numpydoc
@@ -36,14 +36,14 @@ repos:
36
36
args : ["--write"]
37
37
# C++
38
38
- repo : https://github.com/pre-commit/mirrors-clang-format
39
- rev : v20.1.6
39
+ rev : v20.1.8
40
40
hooks :
41
41
- id : clang-format
42
42
exclude : \.ipynb$
43
43
44
44
# Cython
45
45
- repo : https://github.com/MarcoGorelli/cython-lint
46
- rev : v0.16.6
46
+ rev : v0.16.7
47
47
hooks :
48
48
- id : cython-lint
49
49
- id : double-quote-cython-strings
61
61
hooks :
62
62
- id : cmake-format
63
63
- repo : https://github.com/njzjz/mirrors-bibtex-tidy
64
- rev : v1.13 .0
64
+ rev : v1.14 .0
65
65
hooks :
66
66
- id : bibtex-tidy
67
67
args :
You can’t perform that action at this time.
0 commit comments