mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
update ruff config
This commit is contained in:
@@ -36,9 +36,11 @@ matrix-webhook = "matrix_webhook.__main__:main"
|
|||||||
"changelog" = "https://github.com/nim65s/matrix-webhook/blob/master/CHANGELOG.md"
|
"changelog" = "https://github.com/nim65s/matrix-webhook/blob/master/CHANGELOG.md"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
target-version = "py38"
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
extend-ignore = ["D203", "D213"]
|
extend-ignore = ["D203", "D213"]
|
||||||
extend-select = ["A", "B", "COM", "D", "EM", "EXE", "G", "I", "N", "PTH", "RET", "RUF", "UP", "W", "YTT"]
|
extend-select = ["A", "B", "COM", "D", "EM", "EXE", "G", "I", "N", "PTH", "RET", "RUF", "UP", "W", "YTT"]
|
||||||
target-version = "py38"
|
|
||||||
|
|
||||||
[tool.tomlsort]
|
[tool.tomlsort]
|
||||||
all = true
|
all = true
|
||||||
|
|||||||
Reference in New Issue
Block a user