Skip to content

Commit

Permalink
Acommodate flake8 for black
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed May 18, 2019
1 parent db7e6df commit ce2fee4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 88
exclude =
.git
__pycache__
locale/
htmlcov/
max-complexity = 10

0 comments on commit ce2fee4

Please sign in to comment.