ignore migrations in the flake8 checking

This commit is contained in:
Brian S. Stephan 2023-03-27 16:13:52 -05:00
parent 420a7b1472
commit 86e55cb812
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ exclude =
.tox/
versioneer.py
_version.py
instance/
**/migrations/
extend-ignore = T101
max-complexity = 10
max-line-length = 120