Skip to content

Commit

Permalink
add hound ci config (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcescalante authored Mar 2, 2018
1 parent d327dd7 commit 8ad8791
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 120
exclude =
.git,
.git,
venv,
manage.py
manage.py
3 changes: 3 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python:
enabled: true
config_file: .flake8

0 comments on commit 8ad8791

Please sign in to comment.