aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-26 15:08:21 +0200
committerGravatar GitHub <[email protected]>2020-11-26 15:08:21 +0200
commit811722ed56bbe69b7d2351b8beff6a84f73bf104 (patch)
tree2726956640c66aaccf54e039ff0f5ca8e9b08a0d
parentDelete flake8-matchers.json (diff)
Remove all unnecessary flake8 ignores
-rw-r--r--tox.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 12500da..48a3da6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,13 +4,5 @@ exclude=.cache,.venv,.git
docstring-convention=all
import-order-style=pycharm
ignore=
- # Todo comments
- T000
- # Docstring Whitespace
- D203,D212,D214,D215,
- # Docstring Quotes
- D301,D302,
- # Docstring Content
- D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417,
# Type annotations
ANN101,ANN102