We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70df5c commit f559154Copy full SHA for f559154
pyproject.toml
@@ -62,8 +62,8 @@ ignore = [
62
"D213", # "multi-line-summary-second-line" conflicting with D212
63
"COM812", # flake8-commas "Trailing comma missing"
64
"ISC001", # flake8-implicit-str-concat
65
- "SIM118", # allow `key in dict.keys()`
66
- "PLC0206", # Extracting value from dictionary without calling `.items()`
+ "SIM118", # conflicting with PLC0206
+ "PLC0206", # conflicting with SIM118
67
]
68
isort.lines-after-imports = 2
69
isort.no-lines-before = ["standard-library", "local-folder"]
0 commit comments