Skip to content

Commit

Permalink
Merge pull request #14 from milaroisin/py_black
Browse files Browse the repository at this point in the history
Added python black
  • Loading branch information
heyhellomila authored Oct 9, 2019
2 parents a628bda + 232b0b8 commit 5c30c2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.7

0 comments on commit 5c30c2d

Please sign in to comment.