Skip to content

Commit

Permalink
flake8: add configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
  • Loading branch information
jluebbe authored and Emantor committed Nov 19, 2017
1 parent 3483229 commit 6df34e1
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]
exclude =
.git,
__pycache__,
docs/conf.py,
build,
dist
ignore = E124, E128
max-line-length = 119

0 comments on commit 6df34e1

Please sign in to comment.