diff options
| author | 2018-10-14 17:56:21 +0530 | |
|---|---|---|
| committer | 2018-10-14 17:56:21 +0530 | |
| commit | 394b3a29ce6106bbc841d3377724180d85001788 (patch) | |
| tree | 77c94655dc9210410989934c213b2bdcf46c82cc /tox.ini | |
| parent | Merge pull request #34 from markylon/master (diff) | |
| parent | Issue #15 Feature pull request template (#49) (diff) | |
Merge pull request #1 from discord-python/master
Merge
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 |