aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-03-09 23:08:44 +1000
committerGravatar GitHub <[email protected]>2019-03-09 23:08:44 +1000
commitf53225c028c3c56bfb62bdc81e702a6f73133a87 (patch)
tree0d6738ed4aa150b37e42e303a086575ed9ec911d /tox.ini
parentMerge pull request #133 from python-discord/snake-cog (diff)
parentAdd 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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bff048cb..cbf21e33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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