Skip to content

Commit 5e77363

Browse files
ruff settings: allow-dict-calls-with-keyword-arguments
1 parent 64abc02 commit 5e77363

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: ruff.toml

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ sections.delayed = ["distutils"]
9393
[lint.flake8-annotations]
9494
ignore-fully-untyped = true
9595

96+
[lint.flake8-comprehensions]
97+
allow-dict-calls-with-keyword-arguments = true
98+
9699
[format]
97100
# Enable preview to get hugged parenthesis unwrapping and other nice surprises
98101
# See https://github.com/jaraco/skeleton/pull/133#issuecomment-2239538373

0 commit comments

Comments
 (0)