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 d2b72a4 commit 74706d6Copy full SHA for 74706d6
.pre-commit-config.yaml
@@ -0,0 +1,25 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: stable
4
+ hooks:
5
+ - id: black
6
+ language_version: python3.8
7
+
8
+ - repo: https://github.com/pre-commit/mirrors-isort
9
+ rev: v4.3.21
10
11
+ - id: isort
12
+ additional_dependencies: [toml]
13
14
15
+ - repo: https://github.com/pre-commit/pre-commit-hooks
16
+ rev: v2.4.0
17
18
+ - id: trailing-whitespace
19
+ - id: end-of-file-fixer
20
+ - id: debug-statements
21
22
+ - repo: https://github.com/asottile/setup-cfg-fmt
23
+ rev: v1.9.0
24
25
+ - id: setup-cfg-fmt
0 commit comments