update ruff config

This commit is contained in:
Guilhem Saurel 2024-02-20 10:55:56 +01:00
parent 58d5564257
commit dc7868b626

View File

@ -36,9 +36,11 @@ matrix-webhook = "matrix_webhook.__main__:main"
"changelog" = "https://github.com/nim65s/matrix-webhook/blob/master/CHANGELOG.md"
[tool.ruff]
target-version = "py38"
[tool.ruff.lint]
extend-ignore = ["D203", "D213"]
extend-select = ["A", "B", "COM", "D", "EM", "EXE", "G", "I", "N", "PTH", "RET", "RUF", "UP", "W", "YTT"]
target-version = "py38"
[tool.tomlsort]
all = true