forked from Mirrors/itch-dl
Add Ruff linting configs, fix reported warnings
This commit is contained in:
@@ -37,3 +37,10 @@ itch-dl = "itch_dl.cli:run"
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
target-version = "py38"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E4", "E7", "E9", "F", "B", "C4", "T10", "N", "UP", "S"]
|
||||
|
||||
Reference in New Issue
Block a user