We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c356806 commit f26c6ecCopy full SHA for f26c6ec
.pre-commit-config.yaml
@@ -0,0 +1,21 @@
1
+repos:
2
+ - repo: local
3
+ hooks:
4
+ - id: black
5
+ stages: [commit]
6
+ name: black
7
+ language: system
8
+ entry: black
9
+ types: [python]
10
+ - id: isort
11
12
+ name: isort
13
14
+ entry: isort
15
16
+ - id: flake8
17
18
+ name: flake8
19
20
+ entry: flake8
21
0 commit comments