pyproject.toml: Enable all N checks (MR 2537)

This commit is contained in:
Newbyte 2025-01-19 14:13:04 +01:00 committed by Oliver Smith
parent 1965818fae
commit 131b9d2762
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -37,7 +37,7 @@ target-version = "py310"
# RUF021: Could be fixed if someone cares about this.
# RUF052: Needs a lot of changes, feel free to fix and then remove this ignore.
extend-ignore = ["RUF021", "RUF052"]
extend-select = ["CPY001", "PIE", "RUF", "UP"]
extend-select = ["CPY001", "N", "PIE", "RUF", "UP"]
preview = true
[tool.ruff.lint.extend-per-file-ignores]