diff options
| author | 2018-10-11 14:18:13 -0700 | |
|---|---|---|
| committer | 2018-10-11 14:18:13 -0700 | |
| commit | 8b2fa26a065b18cb9c4aa441eb1b6e360594a462 (patch) | |
| tree | 9a949b5b5e4389d896ecb87c8b94e255d5553cda /tox.ini | |
| parent | Initial commit. (diff) | |
| parent | Remove extra params to pepper (diff) | |
Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into 31-vote-for-favorite-monster
# Conflicts:
# Pipfile
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 |