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 1134df0 commit 8b24451Copy full SHA for 8b24451
.pre-commit-config.yaml
@@ -0,0 +1,31 @@
1
+repos:
2
+
3
+ - repo: https://github.com/pycqa/isort
4
+ rev: 5.8.0
5
+ hooks:
6
+ - id: isort
7
+ name: isort (python)
8
9
+ name: isort (cython)
10
+ types: [cython]
11
12
+ name: isort (pyi)
13
+ types: [pyi]
14
15
+ - repo: https://github.com/psf/black
16
+ rev: 20.8b1
17
18
+ - id: black
19
+ language_version: python3
20
+ entry: black . --check
21
22
+ - repo: https://github.com/pre-commit/mirrors-mypy
23
+ rev: v0.812
24
25
+ - id: mypy
26
27
+ - repo: https://github.com/igorshubovych/markdownlint-cli
28
+ rev: v0.27.1
29
30
+ - id: markdownlint
31
+ entry: markdownlint --ignore .github
0 commit comments