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.
2 parents 3a9c457 + 669fa20 commit 590c0a1Copy full SHA for 590c0a1
4 files changed
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-yaml
6
+ - id: end-of-file-fixer
7
+ - id: trailing-whitespace
8
+ - repo: https://github.com/psf/black
9
+ rev: 21.9b0
10
11
+ - id: black
0 commit comments