Skip to content

Commit

Permalink
Remove flake8 H202 ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Aug 8, 2017
1 parent 1071136 commit 7938cfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -11,9 +11,8 @@ description-file = README.md
exclude-dir=tests_django

[flake8]
# H202: assertRaises Exception too broad
# H306: imports not in alphabetical order (time, os)
ignore = H202,H306
ignore = H306
max_line_length = 175
exclude =
.eggs,
Expand Down

0 comments on commit 7938cfa

Please sign in to comment.