Skip to content

Commit

Permalink
Add pre-commit config and blackify code
Browse files Browse the repository at this point in the history
  • Loading branch information
skorokithakis committed Dec 5, 2018
1 parent b73fb71 commit 87adf3b
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 423 deletions.
15 changes: 15 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,15 @@
repos:
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
args: [--line-length=120]
- repo: git://github.com/doublify/pre-commit-isort
rev: v4.3.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: flake8
additional_dependencies: [flake8~=3.6.0]

0 comments on commit 87adf3b

Please sign in to comment.