Skip to content
Snippets Groups Projects

Expand ruff rules to better match previous setup

All threads resolved!
@@ -22,6 +22,10 @@ exclude = [
@@ -22,6 +22,10 @@ exclude = [
]
]
[tool.ruff.lint]
[tool.ruff.lint]
 
# Expand basic rules with name and style checks roughly equivalent to flake8 + black + pylint
 
# Some additional functional errors such as `await` on none async or wrong return types / args.
 
# More info https://docs.astral.sh/ruff/rules/
 
select = ["N", "A", "E", "F", "B", "W", "Q", "PL", "ASYNC", "S", "G", "RET", "ARG", "I"]
ignore = ["E203"]
ignore = ["E203"]
[tool.tox]
[tool.tox]
Loading