Enable more lints
This commit is contained in:
parent
f14ad58571
commit
48b171d519
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ description = "Python-based Arch System Config Helper"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["RUF"]
|
||||
preview = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue