remove mccabe lints

This commit is contained in:
Guilhem Saurel
2023-03-14 00:35:36 +01:00
parent 90df40badc
commit 90a7d2b471
2 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ matrix-webhook = "matrix_webhook.__main__:main"
[tool.ruff]
extend-ignore = ["D203", "D213"]
extend-select = ["A", "B", "C", "COM", "D", "EM", "EXE", "G", "N", "PTH", "RET", "RUF", "UP", "W", "YTT"]
extend-select = ["A", "B", "COM", "D", "EM", "EXE", "G", "N", "PTH", "RET", "RUF", "UP", "W", "YTT"]
target-version = "py38"
[tool.tomlsort]