Skip to content

Commit 04c3fbc

Browse files
committed
add pre-commit config
1 parent da0a232 commit 04c3fbc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 20.8b1
4+
hooks:
5+
- id: black
6+
- repo: https://gitlab.com/pycqa/flake8
7+
rev: 3.8.4
8+
hooks:
9+
- id: flake8

0 commit comments

Comments
 (0)