File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ default_language_version :
2
+ python : python3
3
+
4
+ repos :
5
+ - repo : https://github.com/psf/black
6
+ rev : 22.3.0
7
+ hooks :
8
+ - id : black
9
+ - repo : https://github.com/commitizen-tools/commitizen
10
+ rev : v2.24.0
11
+ hooks :
12
+ - id : commitizen
13
+ stages : [commit-msg]
14
+ - repo : https://github.com/pycqa/flake8
15
+ rev : 4.0.1
16
+ hooks :
17
+ - id : flake8
18
+ - repo : https://github.com/pycqa/isort
19
+ rev : 5.10.1
20
+ hooks :
21
+ - id : isort
22
+ - repo : https://github.com/pycqa/pylint
23
+ rev : v2.13.9
24
+ hooks :
25
+ - id : pylint
26
+ additional_dependencies :
27
+ - argcomplete==2.0.0
28
+ - pytest==7.1.2
29
+ - requests==2.27.1
30
+ - requests-toolbelt==0.9.1
31
+ files : ' gitlab/'
32
+ - repo : https://github.com/pre-commit/mirrors-mypy
33
+ rev : v0.930
34
+ hooks :
35
+ - id : mypy
36
+ args : []
37
+ additional_dependencies :
38
+ - types-PyYAML==6.0.8
39
+ - types-requests==2.27.30
40
+ - types-setuptools==57.4.17
You can’t perform that action at this time.
0 commit comments