From c81a91f20f9cba6b6388ba62d4d2144c852d477b Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Sun, 24 Mar 2019 17:03:46 -0600 Subject: Add D400 to ignored flake8 rules --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3