diff --git a/.flake8 b/.flake8 index a15b822..46bcfb0 100644 --- a/.flake8 +++ b/.flake8 @@ -2,4 +2,4 @@ max-complexity = 6 ignore = D100,D104,D107,D401 per-file-ignores = - tests/*:D102,D103,D205,D400,D412 + tests/*:D101,D102,D103,D205,D400,D412