Enable flake8-comprehensions linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4.
This commit is contained in:
Marc Wrobel
2023-12-30 10:58:27 +01:00
parent 1bb97fe2b4
commit 54e7091fd2
4 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ select = [
"ASYNC", # flake8-async
"B", # flake8-bugbear
"BLE", # flake8-blind-except
"C4", # flake8-comprehensions
"C90", # mccabe
"COM", # flake8-commas
"E", # pycodestyle errors