aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-04-29 20:03:50 +0200
committerGravatar GitHub <[email protected]>2018-04-29 20:03:50 +0200
commitf57942f2575dc26c9487688ded773a0abdab5c61 (patch)
treed39039c85b361c199c7dd77e4d02fb1a14082054 /tox.ini
parent[Wiki] Dumb CSS typo (diff)
pipenv and dockerfile (#62)
pipenv and dockerfile
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f55dbae2..3574bdba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,5 +2,5 @@
max-line-length=120
application_import_names=pysite
ignore=P102,B311,W503,E226,S311
-exclude=__pycache__, venv, app_test.py
-import-order-style=pycharm \ No newline at end of file
+exclude=__pycache__, venv, app_test.py, .venv
+import-order-style=pycharm