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 1
1
repos :
2
2
- repo : https://github.com/asottile/pyupgrade
3
- rev : v3.19.0
3
+ rev : v3.19.1
4
4
hooks :
5
5
- id : pyupgrade
6
6
args : [--py37-plus]
7
7
- repo : https://github.com/psf/black
8
- rev : 24.10 .0
8
+ rev : 25.1 .0
9
9
hooks :
10
10
- id : black
11
11
args :
@@ -14,23 +14,23 @@ repos:
14
14
- --quiet
15
15
files : ^(subarulink|tests)/.+\.py$
16
16
- repo : https://github.com/codespell-project/codespell
17
- rev : v2.3.0
17
+ rev : v2.4.1
18
18
hooks :
19
19
- id : codespell
20
20
args :
21
21
- --skip="./.*,*.csv,*.json"
22
22
- --quiet-level=2
23
23
exclude_types : [csv, json]
24
24
- repo : https://github.com/pycqa/flake8
25
- rev : 7.1.1
25
+ rev : 7.1.2
26
26
hooks :
27
27
- id : flake8
28
28
additional_dependencies :
29
29
- flake8-docstrings==1.5.0
30
30
- pydocstyle==5.0.2
31
31
files : ^(subarulink)/.+\.py$
32
32
- repo : https://github.com/PyCQA/bandit
33
- rev : 1.7.10
33
+ rev : 1.8.3
34
34
hooks :
35
35
- id : bandit
36
36
args :
39
39
- --configfile=tests/bandit.yaml
40
40
files : ^(subarulink|tests)/.+\.py$
41
41
- repo : https://github.com/PyCQA/isort
42
- rev : 5.13.2
42
+ rev : 6.0.0
43
43
hooks :
44
44
- id : isort
45
45
files : ^(subarulink|tests)/.+\.py$
50
50
stages : [manual]
51
51
- id : check-json
52
52
- repo : https://github.com/pre-commit/mirrors-mypy
53
- rev : v1.13 .0
53
+ rev : v1.15 .0
54
54
hooks :
55
55
- id : mypy
56
56
exclude : (tests/)|(setup.py)|(run_cli.py)
You can’t perform that action at this time.
0 commit comments