aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Tagptroll1 <[email protected]>2019-02-14 18:40:00 +0100
committerGravatar Tagptroll1 <[email protected]>2019-02-14 18:40:00 +0100
commit021d36264bce20a1b8c3eb99176dc049483e5b7b (patch)
tree5a414fc2ebb338653f578026b234c3d295bbb014 /tox.ini
parentUpgrades Pipfile.lock to use requests 2.20.1, fixes CVE-2018-18074 (#2) (diff)
flake8 linelength change
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 88ac396..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[flake8]
-max-line-length=120
-application_import_names=snekbox
-ignore=P102,B311,W503,E226,S311
-exclude=__pycache__, venv, .venv, tests
-import-order-style=pycharm