diff options
author | 2018-04-29 20:03:50 +0200 | |
---|---|---|
committer | 2018-04-29 20:03:50 +0200 | |
commit | f57942f2575dc26c9487688ded773a0abdab5c61 (patch) | |
tree | d39039c85b361c199c7dd77e4d02fb1a14082054 /tox.ini | |
parent | [Wiki] Dumb CSS typo (diff) |
pipenv and dockerfile (#62)
pipenv and dockerfile
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |