aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-09-22 06:51:55 -0700
committerGravatar GitHub <[email protected]>2019-09-22 06:51:55 -0700
commit7f799b6ee545a26c3ccc6f087946da54aea11430 (patch)
treecc2646f033c771df8b1269765f041a1f5af9bd8e /.flake8
parentAdd manage.py to linting ignore (diff)
Apply suggestions from code review
Co-Authored-By: Mark <[email protected]> Co-Authored-By: Sebastiaan Zeeff <[email protected]>
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
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