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 @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3.11
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-case-conflict
8
8
- id : check-docstring-first
@@ -37,14 +37,14 @@ repos:
37
37
" --remove-duplicate-keys" ,
38
38
]
39
39
- repo : https://github.com/pycqa/flake8
40
- rev : 7.1.0
40
+ rev : 7.1.1
41
41
hooks :
42
42
- id : flake8
43
43
additional_dependencies :
44
44
- flake8-bugbear
45
45
- flake8-datetime-utcnow-plugin
46
46
- repo : https://github.com/asottile/pyupgrade
47
- rev : v3.16.0
47
+ rev : v3.19.1
48
48
hooks :
49
49
- id : pyupgrade
50
50
args :
@@ -54,11 +54,11 @@ repos:
54
54
hooks :
55
55
- id : check-hooks-apply
56
56
- repo : https://github.com/pycqa/isort
57
- rev : 5.13.2
57
+ rev : 6.0.0
58
58
hooks :
59
59
- id : isort
60
60
- repo : https://github.com/pycqa/bandit
61
- rev : 1.7.9
61
+ rev : 1.8.2
62
62
hooks :
63
63
- id : bandit
64
64
args :
67
67
- " --exclude"
68
68
- " tests"
69
69
- repo : https://github.com/pycqa/bandit
70
- rev : 1.7.9
70
+ rev : 1.8.2
71
71
hooks :
72
72
- id : bandit
73
73
args :
76
76
- " -lll"
77
77
- " tests"
78
78
- repo : https://github.com/psf/black
79
- rev : 24.4.2
79
+ rev : 25.1.0
80
80
hooks :
81
81
- id : black
82
82
- repo : https://github.com/pre-commit/pygrep-hooks
You can’t perform that action at this time.
0 commit comments