Skip to content

Commit

Permalink
Merge pull request #510 from davidlatwe/disable-black
Browse files Browse the repository at this point in the history
Turn off Hound's "Black would make changes" msg (flake8-black)
  • Loading branch information
davidlatwe authored Jan 13, 2020
2 parents 94aee92 + ec67568 commit add240f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
ignore = BLK100
4 changes: 4 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
python:
enabled: true

flake8:
enabled: true
config_file: .flake8

fail_on_violations: true

0 comments on commit add240f

Please sign in to comment.