Skip to content

Commit 195c91d

Browse files
committed
added pre-commit
1 parent 08e96c9 commit 195c91d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .pre-commit-config.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
repos:
2+
- repo: https://github.com/ambv/black
3+
rev: cad4138050b86d1c8570b926883e32f7465c2880
4+
hooks:
5+
- id: black
6+
language_version: python3.7
7+
- repo: https://github.com/pre-commit/pre-commit-hooks
8+
rev: v2.3.0
9+
hooks:
10+
- id: flake8

0 commit comments

Comments
 (0)