Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd81ee0

Browse files
committed
Restore this erroneously deleted file
1 parent 68e8c0d commit bd81ee0

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.pre-commit-config.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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

0 commit comments

Comments
 (0)