modified ignore pattern

This commit is contained in:
patman15
2025-01-02 10:32:30 +01:00
parent 52f7390fc0
commit d79096357d

View File

@@ -15,5 +15,5 @@ testpaths = [
]
asyncio_mode = "auto"
[tool.ruff.lint]
ignore = ["T201"] # ignore for script
[tool.ruff.lint.per-file-ignores]
"scripts/*" = ["T201"]