Skip to content

Commit

Permalink
Added .flake8 file used in pycharm
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Jun 26, 2020
1 parent 8b716d6 commit f37317b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[flake8]
max-line-length=120
ignore =
# continuation line missing indentation or outdented
E122
# Continuation line over/under-indented for hanging indent
E126
E121
# Missing whitespace around arithmetic operator
E226
# Multiple statements on one line
E704
# Line break occurred before a binary operator
W503
# line break after binary operator
W504
# 'E123' normally ignored (Closing bracket does not match indentation of opening bracket's line)
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ python-eggs/
report.html
.scripts/
send-blobsize.sh
.sizes.json
server.dmsmail.sublime-*
share/
src/
Expand Down

0 comments on commit f37317b

Please sign in to comment.