Exclude migration files from PEP

This commit is contained in:
Oliver Walters 2019-05-02 17:44:01 +10:00
parent 6e8c1bcc84
commit 03eb6f7ef1

View File

@ -4,5 +4,5 @@ ignore =
W293,
# - E501 - line too long (82 characters)
E501
exclude = .git,__pycache__
exclude = .git,__pycache__,*/migrations/*
max-complexity = 20