File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
- id : trailing-whitespace
9
9
- id : debug-statements
10
10
- repo : https://github.com/pre-commit/pre-commit
11
- rev : v4.1 .0
11
+ rev : v4.2 .0
12
12
hooks :
13
13
- id : validate_manifest
14
14
- repo : https://github.com/hauntsaninja/black-pre-commit-mirror
15
15
# black compiled with mypyc
16
- rev : 24.10 .0
16
+ rev : 25.1 .0
17
17
hooks :
18
18
- id : black
19
19
- repo : https://github.com/PyCQA/pylint
20
- rev : v3.3.3
20
+ rev : v3.3.6
21
21
hooks :
22
22
- id : pylint
23
23
files : ^(nbqa|tests)/
24
24
exclude : ^tests/data/
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : 7.1.1
26
+ rev : 7.1.2
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies : [flake8-typing-imports==1.14.0]
30
30
exclude : tests/data
31
31
- repo : https://github.com/PyCQA/isort
32
- rev : 5.13.2
32
+ rev : 6.0.1
33
33
hooks :
34
34
- id : isort
35
35
- repo : https://github.com/PyCQA/pydocstyle
38
38
- id : pydocstyle
39
39
files : ^nbqa/
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : v1.14.1
41
+ rev : v1.15.0
42
42
hooks :
43
43
- id : mypy
44
44
exclude : ^docs/
53
53
hooks :
54
54
- id : auto-walrus
55
55
- repo : https://github.com/codespell-project/codespell
56
- rev : v2.3.0
56
+ rev : v2.4.1
57
57
hooks :
58
58
- id : codespell
59
59
files : \.(py|rst|md)$
You can’t perform that action at this time.
0 commit comments