@@ -4,7 +4,7 @@ exclude: ^(archive|assets|migrations)/.*|.*/(migrations|test-data|vendor)/.*|.*\
4
4
minimum_pre_commit_version : " 1.17.0"
5
5
repos :
6
6
- repo : " https://github.com/commitizen-tools/commitizen"
7
- rev : " v2.37.1 "
7
+ rev : " v2.38.0 "
8
8
hooks :
9
9
- id : " commitizen"
10
10
# By default commitizen using `python3` instead `python` language, so
@@ -19,22 +19,16 @@ repos:
19
19
name : " Format code (no-optional)"
20
20
21
21
- repo : " https://github.com/PyCQA/isort"
22
- rev : " 5.10.1 "
22
+ rev : " v5.11.3 "
23
23
hooks :
24
24
- id : " isort"
25
- # By default isort using `python3` instead `python` language, so
26
- # needed to provide concrete version here as well
27
- language_version : *python_version
28
25
name : " Format code (isort)"
29
26
exclude : ^docs/.*$
30
27
31
28
- repo : " https://github.com/psf/black"
32
29
rev : " 22.12.0"
33
30
hooks :
34
31
- id : " black"
35
- # By default black using `python3` instead `python` language, so
36
- # needed to provide concrete version here as well
37
- language_version : *python_version
38
32
name : " Format code (black)"
39
33
exclude : ^docs/.*$
40
34
@@ -79,12 +73,12 @@ repos:
79
73
- " flake8-isort==5.0.3"
80
74
- " flake8-mutable==1.2.0"
81
75
- " flake8-pie==0.16.0"
82
- - " flake8-quotes==3.3.1 "
76
+ - " flake8-quotes==3.3.2 "
83
77
- " flake8-string-format==0.3.0"
84
78
- " flake8-tidy-imports==4.8.0"
85
79
- " flake8-variables-names==0.0.5"
86
80
- " flake8==5.0.4"
87
- - " pep8-naming==0.13.2 "
81
+ - " pep8-naming==0.13.3 "
88
82
exclude : ^docs/.*$
89
83
90
84
- repo : " https://github.com/asottile/yesqa"
@@ -106,7 +100,7 @@ repos:
106
100
exclude : ^(.*/)?(docs|migrations|tests)/.*$
107
101
108
102
- repo : " https://github.com/shellcheck-py/shellcheck-py"
109
- rev : " v0.8 .0.4 "
103
+ rev : " v0.9 .0.2 "
110
104
hooks :
111
105
- id : " shellcheck"
112
106
name : " Lint scripts (shellcheck)"
0 commit comments