Skip to content

Commit

Permalink
hound: ignore 'black would make changes' [skip ci]
Browse files Browse the repository at this point in the history
There are too many places in the code where usage of single or double
quotes is inconsistent. The primary problem is that for now, hound
doesn't inform us of __what__ the changes that the formatter would
make __are__, making the error message not particularly useful.
  • Loading branch information
jplloyd committed May 15, 2020
1 parent b3dcf3d commit 116856e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .hound.yml
Expand Up @@ -7,3 +7,4 @@ fail_on_violations: true

flake8:
enabled: true
config_file: setup.cfg
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -20,7 +20,7 @@ verbosity=2
# Syntax checking:

[flake8]
ignore = E266,W503,E251,E226
ignore = E266,W503,E251,E226,BLK100
exclude =
.git,
__pycache__,
Expand Down

0 comments on commit 116856e

Please sign in to comment.