add ruff config

This commit is contained in:
odrling 2024-03-22 00:33:25 +01:00
parent 57927955cf
commit 13119be45e
Signed by: odrling
GPG key ID: 2D8C2F151EDB7392

View file

@ -33,3 +33,6 @@ include = [
[tool.mypy]
mypy_path = "stubs"
[tool.ruff.lint]
select = ["E", "F", "W", "B", "SIM", "I"]