Skip to content

Commit

Permalink
Enforce code formating
Browse files Browse the repository at this point in the history
With these changes Black and Pylint become a required check for every PR.
  • Loading branch information
alexandrevicenzi committed Oct 23, 2019
1 parent 2a997b3 commit ca10d40
Show file tree
Hide file tree
Showing 5 changed files with 619 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
args: [-S]
language_version: python3.6

0 comments on commit ca10d40

Please sign in to comment.