Merge pull request 'pyproject: remove global SLF001 ignore' (#4503) from cli-fixes into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4503
This commit is contained in:
hsjobeki
2025-07-26 18:28:06 +00:00

View File

@@ -52,7 +52,6 @@ lint.ignore = [
"TRY301",
"TRY300",
"ANN401",
"SLF001",
"RUF100",
"TRY400",
"E402",
@@ -66,3 +65,7 @@ lint.ignore = [
"SIM112",
"ISC001",
]
[tool.ruff.lint.per-file-ignores]
"*_test.py" = ["SLF001"]
"test_*.py" = ["SLF001"]