aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-24 17:03:46 -0600
committerGravatar Christopher Goes <[email protected]>2019-03-24 17:03:46 -0600
commitc81a91f20f9cba6b6388ba62d4d2144c852d477b (patch)
tree6d61ac803b2326513153223fc877faf631746073 /.flake8
parentUpdate config.py (diff)
Add D400 to ignored flake8 rules
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 881d868..c897cb6 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,