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 c6c1a4d commit 1528e7bCopy full SHA for 1528e7b
.pre-commit-config.yaml
@@ -0,0 +1,10 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-executables-have-shebangs
6
+ - id: check-merge-conflict
7
+ - id: check-yaml
8
+ - id: end-of-file-fixer
9
+ - id: flake8
10
+ - id: trailing-whitespace
0 commit comments