aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-07-09 21:21:56 -0400
committerGravatar sco1 <[email protected]>2019-07-09 21:21:56 -0400
commite54c77faf5e2305709cab70b5771e570ecab1861 (patch)
tree4b2dc1e14590feeb5ed65bc1548e5d78a115540e /.flake8
parentUpdate Contributor doc (diff)
Remove extra space in flake8
Rogue demon space, sorry copy-paste
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