fix linters

This commit is contained in:
hay-kot
2021-08-07 16:58:58 -08:00
parent 3ed197a843
commit b14da7efdd
3 changed files with 21 additions and 5 deletions

View File

@@ -4,3 +4,7 @@ ignore = [
E402 # Import Not at Top of File
]
exclude = _all_models.py
per-file-ignores =
__init__.py:F403,F401