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 c897cb6..f8eec98 100644
--- a/.flake8
+++ b/.flake8
@@ -6,7 +6,7 @@ ignore=
# Missing Docstrings
D100,D104,D107,
# Docstring Whitespace
- D202,D203,D204,D212,D214,D215,
+ D203,D212,D214,D215,
# Docstring Quotes
D301,D302,
# Docstring Content