Skip to content

Commit

Permalink
Add setup.cfg for flake8 and pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
TooAngel committed May 27, 2016
1 parent 9e9ced2 commit 3c7b764
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@
- repo: [email protected]:TooAngel/pre-commit-hooks.git
sha: bebcf7b62f18c5cdadf19a29f84263c8469c4a46
hooks:
- id: pep8
- id: flake8

4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
import-order-style=smarkets
application-import-names=screeps

0 comments on commit 3c7b764

Please sign in to comment.