We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d981956 commit 718b8a4Copy full SHA for 718b8a4
.pre-commit-config.yaml
@@ -12,7 +12,15 @@ repos:
12
- id: commitlint
13
additional_dependencies: ['@commitlint/config-conventional']
14
stages: [commit-msg]
15
+ - repo: https://github.com/pycqa/flake8
16
+ rev: 3.9.2
17
+ hooks:
18
+ - id: flake8
19
- repo: https://github.com/pycqa/isort
20
rev: 5.8.0
21
hooks:
22
- id: isort
23
+ - repo: https://github.com/pre-commit/mirrors-mypy
24
+ rev: v0.812
25
26
+ - id: mypy
requirements-lint.txt
@@ -1,4 +1,4 @@
1
-black
2
-flake8
3
-isort
4
-mypy
+black==20.8b1
+flake8==3.9.2
+isort==5.8.0
+mypy==0.812
0 commit comments