We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64abc02 commit 5e77363Copy full SHA for 5e77363
ruff.toml
@@ -93,6 +93,9 @@ sections.delayed = ["distutils"]
93
[lint.flake8-annotations]
94
ignore-fully-untyped = true
95
96
+[lint.flake8-comprehensions]
97
+allow-dict-calls-with-keyword-arguments = true
98
+
99
[format]
100
# Enable preview to get hugged parenthesis unwrapping and other nice surprises
101
# See https://github.com/jaraco/skeleton/pull/133#issuecomment-2239538373
0 commit comments