🦺(migration) add back the migration folders to linter

Previous commit add "core/tests/migrations".
The linter could not pass on it because all the
migration folders were excluded from the linter.
We remove this exclusion, tests and migrations can
now be linted and formatted automatically.
This commit is contained in:
Anthony LC
2025-02-15 23:27:43 +01:00
committed by Anthony LC
parent 6cc20aeacb
commit 15dc1e3012
19 changed files with 841 additions and 255 deletions

View File

@@ -100,7 +100,6 @@ exclude = [
"build",
"venv",
"__pycache__",
"*/migrations/*",
]
line-length = 88