Skip to content

Commit

Permalink
exclude D401
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Dec 11, 2019
1 parent bda43ea commit ad3c38d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ ignore =
; Q002: Handled by flake8-docstrings
Q002,
; W503: Line break should be before binary operator
W503
W503,
; D401: First line should be in imperative mood
D401

[tool:pytest]
filterwarnings =
Expand Down

0 comments on commit ad3c38d

Please sign in to comment.