From f37317b444098b054ff4ccbabe4081f35c22a511 Mon Sep 17 00:00:00 2001 From: Stephan Geulette Date: Fri, 26 Jun 2020 17:43:06 +0200 Subject: [PATCH] Added .flake8 file used in pycharm --- .flake8 | 17 +++++++++++++++++ .gitignore | 1 + 2 files changed, 18 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..6513046 --- /dev/null +++ b/.flake8 @@ -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) \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1bd16ac..11be2b7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ python-eggs/ report.html .scripts/ send-blobsize.sh +.sizes.json server.dmsmail.sublime-* share/ src/