File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v5 .0.0
5
+ rev : v6 .0.0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
args : ['--maxkb=5000']
@@ -18,12 +18,12 @@ repos:
18
18
exclude : .git/COMMIT_EDITMSG
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/psf/black
21
- rev : 25.1 .0
21
+ rev : 25.9 .0
22
22
hooks :
23
23
- id : black
24
24
exclude : (.*)/migrations
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : 7.2 .0
26
+ rev : 7.3 .0
27
27
hooks :
28
28
- id : flake8
29
29
- repo : https://github.com/asottile/seed-isort-config
@@ -40,12 +40,12 @@ repos:
40
40
# hooks:
41
41
# - id: bandit
42
42
- repo : https://github.com/commitizen-tools/commitizen
43
- rev : v4.7.2
43
+ rev : v4.9.1
44
44
hooks :
45
45
- id : commitizen
46
46
stages : [commit-msg]
47
47
- repo : https://github.com/pre-commit/mirrors-mypy
48
- rev : ' v1.15.0 ' # Use the sha / tag you want to point at
48
+ rev : ' v1.18.2 ' # Use the sha / tag you want to point at
49
49
hooks :
50
50
- id : mypy
51
51
args : [--no-strict-optional, --ignore-missing-imports]
You can’t perform that action at this time.
0 commit comments