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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-json
6
6
- id : check-toml
@@ -16,13 +16,13 @@ repos:
16
16
hooks :
17
17
- id : isort
18
18
- repo : https://github.com/psf/black
19
- rev : 23.12.1
19
+ rev : 24.10.0
20
20
hooks :
21
21
- id : black
22
22
exclude : ^src/kg_api/models/alembic/versions
23
23
args : ["-l", "100", "--target-version=py38"]
24
24
- repo : https://github.com/PyCQA/flake8
25
- rev : " 6 .1.0 "
25
+ rev : " 7 .1.1 "
26
26
hooks :
27
27
- id : flake8 # C90,E,F,W
28
28
exclude : ^src/kg_api/models/alembic
@@ -51,14 +51,14 @@ repos:
51
51
print('run `portry update` to fix')
52
52
exit(1)
53
53
"
54
- language : python_venv
54
+ language : python
55
55
additional_dependencies :
56
56
- poetry
57
57
verbose : True
58
58
files : pyproject.toml
59
59
60
60
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
61
- rev : v9.10 .0
61
+ rev : v9.20 .0
62
62
hooks :
63
63
- id : commitlint
64
64
stages : [commit-msg]
You can’t perform that action at this time.
0 commit comments