aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Sourab Jha <[email protected]>2018-10-14 17:56:21 +0530
committerGravatar GitHub <[email protected]>2018-10-14 17:56:21 +0530
commit394b3a29ce6106bbc841d3377724180d85001788 (patch)
tree77c94655dc9210410989934c213b2bdcf46c82cc /tox.ini
parentMerge pull request #34 from markylon/master (diff)
parentIssue #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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 780c31d7..bff048cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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