Add ignore for migration files to ignore line length requirements as per our developer docs

This commit is contained in:
Daniel Sheppard
2026-02-06 15:31:22 -06:00
parent b45da7b1e4
commit cd636168ee

View File

@@ -11,6 +11,7 @@ preview = true
[lint.per-file-ignores]
"template_code.py" = ["E501"]
"*/migrations/*.py" = ["E501"]
[format]
quote-style = "single"