diff options
author | 2019-09-22 06:51:55 -0700 | |
---|---|---|
committer | 2019-09-22 06:51:55 -0700 | |
commit | 7f799b6ee545a26c3ccc6f087946da54aea11430 (patch) | |
tree | cc2646f033c771df8b1269765f041a1f5af9bd8e /.flake8 | |
parent | Add 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-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |