Enable mccabe linting rules (#267)

See https://docs.astral.sh/ruff/rules/#mccabe-c90.
This commit is contained in:
Marc Wrobel
2023-12-30 09:50:20 +01:00
parent e1e358c50c
commit 26f8db809c

View File

@@ -1,4 +1,5 @@
select = [
"C90", # mccabe
"E", # pycodestyle errors
"F", # pyflakes errors
"I", # isort