mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
update ruff config
This commit is contained in:
parent
58d5564257
commit
dc7868b626
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user