aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 2e469fe2..4157e507 100644
--- a/.flake8
+++ b/.flake8
@@ -8,7 +8,7 @@ ignore=
# Docstring Quotes
D301,D302,
# Docstring Content
- D400,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
per-file-ignores =
**/tests/**:D101,D102,D103,D105,D106,S106