WIP: logging_config, import orders, test refactoring (phase 3 context)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ select = ["E", "F", "I", "N", "W", "UP", "PL", "C90", "S"]
|
||||
ignore = []
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/**/*.py" = ["S101", "PLR2004"]
|
||||
"tests/**/*.py" = ["S101", "S105", "PLR2004", "F401"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "double"
|
||||
|
||||
Reference in New Issue
Block a user