aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2018-11-26 02:42:55 -0800
committerGravatar Leon Sandøy <[email protected]>2018-11-26 11:42:55 +0100
commit36f6952e635c304e7495814530864c748608270d (patch)
tree535bcedaab7762419e03fd666568c68cc77c7c0b /tox.ini
parentRestore superstar nickname after member leaves and rejoins (#207) (diff)
Update Dependencies (#196)
* update & clean up dependencies * fix lint errors * move requests to non-dev packages * Empty commit to fix CI * switch discord.py to a git dependency * remove PIPENV_VENV_IN_PROJECT * make pipenv install verbose * specify checkout directory for editable dependencies * exclude cache directory from linting
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 fb2176741..c6fa513f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[flake8]
max-line-length=120
application_import_names=bot
-exclude=.venv
+exclude=.cache,.venv
ignore=B311,W503,E226,S311
import-order-style=pycharm