forked from Mirror/pmbootstrap
pyproject.toml: Enable all N checks (MR 2537)
This commit is contained in:
parent
1965818fae
commit
131b9d2762
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue