1
0
forked from Mirrors/itch-dl

Fix/disable all linter warnings

This commit is contained in:
Ryszard Knop
2025-04-03 19:03:55 +02:00
parent 7a833a8a5b
commit 5f5f61bffb
6 changed files with 10 additions and 11 deletions

View File

@@ -51,4 +51,4 @@ target-version = "py310"
[tool.ruff.lint]
# https://docs.astral.sh/ruff/rules/
select = ["F", "E", "N", "UP", "ANN", "S", "B", "A", "COM", "C4", "T10", "ISC", "LOG", "Q", "SIM", "TC", "ARG", "PGH", "PLE", "PLW", "RUF", "G"]
ignore = ["COM812"]
ignore = ["COM812", "LOG015"]