diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 422d1e9..c5a18b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,10 @@ ignore = [ ] [tool.ruff.lint.isort] +known-first-party = ["migrations", "backend"] order-by-type = false case-sensitive = true combine-as-imports = true + +[tool.ruff.lint.per-file-ignores] +"migrations/*" = ["N999"] |