diff options
author | 2018-05-01 11:36:13 +0100 | |
---|---|---|
committer | 2018-05-01 11:36:13 +0100 | |
commit | d5be0951fb8f332ad9dc27caf25e64ac255eedc8 (patch) | |
tree | 5b6b1c87dfc64da7783b04c68ac184dc158934a0 /tox.ini | |
parent | [Wiki] Fix image spacing (diff) | |
parent | restructure docker (diff) |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# static/style.css
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 |