diff options
author | 2019-02-14 18:40:00 +0100 | |
---|---|---|
committer | 2019-02-14 18:40:00 +0100 | |
commit | 021d36264bce20a1b8c3eb99176dc049483e5b7b (patch) | |
tree | 5a414fc2ebb338653f578026b234c3d295bbb014 /.flake8 | |
parent | Upgrades Pipfile.lock to use requests 2.20.1, fixes CVE-2018-18074 (#2) (diff) |
flake8 linelength change
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +[flake8] +max-line-length=100 +application_import_names=snekbox +ignore=P102,B311,W503,E226,S311 +exclude=__pycache__, venv, .venv, tests +import-order-style=pycharm |