no message

This commit is contained in:
Oliver Walters 2019-06-24 00:06:41 +10:00
parent faf2fd408f
commit 5567339e7a

View File

@ -3,7 +3,7 @@ ignore =
# - W293 - blank lines contain whitespace
W293,
# - E501 - line too long (82 characters)
E501, E722
E501, E722,
# - C901 - function is too complex
C901,
exclude = .git,__pycache__,*/migrations/*