aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-25 10:15:26 -0800
committerGravatar MarkKoz <[email protected]>2020-02-25 10:15:26 -0800
commit2dff2967c1f4348dbb9fcc98b6c79c0f5136eb57 (patch)
treefd126276a6089f07552ea91878c7b4fd9ed5b869 /tox.ini
parentScheduler: make _scheduled_tasks private (diff)
parentMerge pull request #781 from python-discord/bug/utils/bot-1c/reminder-unsched... (diff)
Merge remote-tracking branch 'origin/master' into bug/backend/b754/scheduler-suppresses-errors
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index d14819d57..b8293a3b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ max-line-length=120
docstring-convention=all
import-order-style=pycharm
application_import_names=bot,tests
-exclude=.cache,.venv,constants.py
+exclude=.cache,.venv,.git,constants.py
ignore=
B311,W503,E226,S311,T000
# Missing Docstrings
@@ -15,5 +15,5 @@ ignore=
# Docstring Content
D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417
# Type Annotations
- TYP002,TYP003,TYP101,TYP102,TYP204,TYP206
-per-file-ignores=tests/*:D,TYP
+ ANN002,ANN003,ANN101,ANN102,ANN204,ANN206
+per-file-ignores=tests/*:D,ANN