From 7f799b6ee545a26c3ccc6f087946da54aea11430 Mon Sep 17 00:00:00 2001 From: "S. Co1" Date: Sun, 22 Sep 2019 06:51:55 -0700 Subject: Apply suggestions from code review Co-Authored-By: Mark Co-Authored-By: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com> --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index 66051658..e36c2eb1 100644 --- a/.flake8 +++ b/.flake8 @@ -17,4 +17,4 @@ ignore= # Type Annotations TYP002,TYP003,TYP101,TYP102,TYP204,TYP206 per-file-ignores = - **/tests/**:D101,D102,D103,D105,D106,S106,TYP + **/tests/**:D1,S106,TYP -- cgit v1.2.3