We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be0c96 commit 22d8966Copy full SHA for 22d8966
ruff.toml
@@ -30,6 +30,7 @@ extend-select = [
30
31
# local
32
"ANN2", # missing-return-type-*
33
+ "C4", # flake8-comprehensions
34
"F", # Pyflakes
35
"F404", # late-future-import
36
"FA", # flake8-future-annotations
0 commit comments