diff options
| author | 2019-03-09 23:08:44 +1000 | |
|---|---|---|
| committer | 2019-03-09 23:08:44 +1000 | |
| commit | f53225c028c3c56bfb62bdc81e702a6f73133a87 (patch) | |
| tree | 0d6738ed4aa150b37e42e303a086575ed9ec911d /tox.ini | |
| parent | Merge pull request #133 from python-discord/snake-cog (diff) | |
| parent | Add PIP_SRC to lint pipeline envs. (diff) | |
Merge pull request #138 from python-discord/docker-fix
Fix Docker build issues
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ max-line-length=120 application_import_names=bot ignore=P102,B311,W503,E226,S311 -exclude=__pycache__, venv, .venv, tests +exclude=__pycache__,venv,.venv,tests,.cache import-order-style=pycharm |