File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
exclude : " ^docs/|/migrations/"
2
- default_stages : [commit]
2
+ default_stages : [pre- commit]
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
@@ -12,30 +12,30 @@ repos:
12
12
- id : debug-statements
13
13
14
14
- repo : https://github.com/asottile/pyupgrade
15
- rev : v3.17 .0
15
+ rev : v3.20 .0
16
16
hooks :
17
17
- id : pyupgrade
18
18
args : [--py310-plus]
19
19
20
20
- repo : https://github.com/psf/black
21
- rev : 24.8 .0
21
+ rev : 25.1 .0
22
22
hooks :
23
23
- id : black
24
24
25
25
- repo : https://github.com/PyCQA/isort
26
- rev : 5.13.2
26
+ rev : 6.0.1
27
27
hooks :
28
28
- id : isort
29
29
30
30
- repo : https://github.com/PyCQA/flake8
31
- rev : 7.1.1
31
+ rev : 7.2.0
32
32
hooks :
33
33
- id : flake8
34
34
args : ["--config=setup.cfg"]
35
35
additional_dependencies : [flake8-isort]
36
36
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.11.2
38
+ rev : v1.15.0
39
39
hooks :
40
40
- id : mypy
41
41
args : ["--strict"]
@@ -61,13 +61,13 @@ repos:
61
61
- types-requests
62
62
63
63
- repo : https://github.com/PyCQA/bandit
64
- rev : ' 1.7.0 '
64
+ rev : ' 1.8.3 '
65
65
hooks :
66
66
- id : bandit
67
67
args : ['-r', '--configfile=bandit-config.yml']
68
68
69
69
- repo : https://github.com/zricethezav/gitleaks
70
- rev : ' v8.0.4 '
70
+ rev : ' v8.26.0 '
71
71
hooks :
72
72
- id : gitleaks
73
73
args : ['--config=gitleaks-config.toml']
You can’t perform that action at this time.
0 commit comments