Skip to content

Commit 9889d20

Browse files
committed
Add pre-commit hook to blacken
1 parent 7595ac4 commit 9889d20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v2.0.0
4+
hooks:
5+
- id: debug-statements
6+
- id: end-of-file-fixer
7+
- repo: https://github.com/psf/black
8+
rev: 19.3b0
9+
hooks:
10+
- id: black
11+
language_version: python3

0 commit comments

Comments
 (0)