Added test cases for finding empty spool fields
This commit is contained in:
@@ -67,7 +67,7 @@ line-length = 120
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
"tests*/*" = ["ANN201", "S101", "PLR2004"]
|
||||
"tests*/*" = ["ANN201", "S101", "PLR2004", "D103"]
|
||||
"migrations/versions/*" = ["N999"]
|
||||
|
||||
[tool.black]
|
||||
|
||||
Reference in New Issue
Block a user