modified ignore pattern
This commit is contained in:
@@ -15,5 +15,5 @@ testpaths = [
|
|||||||
]
|
]
|
||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint.per-file-ignores]
|
||||||
ignore = ["T201"] # ignore for script
|
"scripts/*" = ["T201"]
|
||||||
|
|||||||
Reference in New Issue
Block a user