diff options
author | 2018-11-26 02:42:55 -0800 | |
---|---|---|
committer | 2018-11-26 11:42:55 +0100 | |
commit | 36f6952e635c304e7495814530864c748608270d (patch) | |
tree | 535bcedaab7762419e03fd666568c68cc77c7c0b /tox.ini | |
parent | Restore 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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |