diff options
| author | 2018-10-10 15:49:26 +0200 | |
|---|---|---|
| committer | 2018-10-10 15:49:26 +0200 | |
| commit | eb6a964786f8b42e24c71d5f19bb258fad77e3a2 (patch) | |
| tree | 3223d2031a53162f35757598ce281866ebde82b6 /tox.ini | |
| parent | Move bot.py to __main__.py (Fixes #39) (diff) | |
Add travis CI YML
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [flake8] max-line-length=120 -application_import_names=proj +application_import_names=bot ignore=P102,B311,W503,E226,S311 exclude=__pycache__, venv, .venv, tests import-order-style=pycharm |