We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8c6f4 commit bf51fe7Copy full SHA for bf51fe7
ruff.toml
@@ -14,6 +14,7 @@ extend-select = [
14
15
# local
16
"ANN2", # missing-return-type-*
17
+ "C4", # flake8-comprehensions
18
"F", # Pyflakes
19
"F404", # late-future-import
20
"FA", # flake8-future-annotations
0 commit comments