ruff: ignore site_scons

This commit is contained in:
Shane Smiskol 2024-11-10 20:34:11 -08:00
parent b0a5cb3060
commit 7cb3d4c021
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ ignore = [
]
flake8-implicit-str-concat.allow-multiline=false
[tool.ruff.lint.per-file-ignores]
"site_scons/*" = ["ALL"]
[tool.ruff.lint.flake8-tidy-imports.banned-api]
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!"
"unittest".msg = "Use pytest"