Added test cases for finding empty spool fields

This commit is contained in:
Donkie
2023-09-08 20:32:19 +02:00
parent f47eacd2a9
commit 9a7375d781
3 changed files with 188 additions and 29 deletions

View File

@@ -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]