aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-04-24 17:28:43 -0400
committerGravatar sco1 <[email protected]>2019-04-24 17:28:43 -0400
commit341de95b6e7ebf2205248bd69cce7510c8e9ecfe (patch)
treeeda3671a86771dc8fb279c059cc199827d5bf3b1
parentRelint Snekbox with new linting rules (diff)
Put back D400 as ignored code
Oops
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 0e50ded..13bd00b 100644
--- a/.flake8
+++ b/.flake8
@@ -10,7 +10,7 @@ ignore=
# Docstring Quotes
D301,D302,
# Docstring Content
- D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414
+ D400, D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414
exclude=
__pycache__,.cache,
venv,.venv,