File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ repos:
49
49
args : ['--check', '--no-update']
50
50
51
51
- repo : https://github.com/adamchainz/django-upgrade
52
- rev : ' 1.15 .0'
52
+ rev : ' 1.16 .0'
53
53
hooks :
54
54
- id : django-upgrade
55
55
args : ['--target-version', '4.2']
56
56
57
57
- repo : https://github.com/asottile/pyupgrade
58
- rev : v3.15.0
58
+ rev : v3.15.1
59
59
hooks :
60
60
- id : pyupgrade
61
61
args : [--py311-plus]
@@ -72,12 +72,12 @@ repos:
72
72
- id : isort
73
73
74
74
- repo : https://github.com/psf/black
75
- rev : 23.12.1
75
+ rev : 24.2.0
76
76
hooks :
77
77
- id : black
78
78
79
79
- repo : https://github.com/pycqa/flake8
80
- rev : 6.1 .0
80
+ rev : 7.0 .0
81
81
hooks :
82
82
- id : flake8
83
83
additional_dependencies :
98
98
args : [--in-place, --config, ./pyproject.toml]
99
99
100
100
- repo : https://github.com/PyCQA/bandit
101
- rev : 1.7.6
101
+ rev : 1.7.7
102
102
hooks :
103
103
- id : bandit
104
104
args : [-c, pyproject.toml]
You can’t perform that action at this time.
0 commit comments