Skip to content

Commit f559154

Browse files
committed
update settings
1 parent b70df5c commit f559154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ ignore = [
6262
"D213", # "multi-line-summary-second-line" conflicting with D212
6363
"COM812", # flake8-commas "Trailing comma missing"
6464
"ISC001", # flake8-implicit-str-concat
65-
"SIM118", # allow `key in dict.keys()`
66-
"PLC0206", # Extracting value from dictionary without calling `.items()`
65+
"SIM118", # conflicting with PLC0206
66+
"PLC0206", # conflicting with SIM118
6767
]
6868
isort.lines-after-imports = 2
6969
isort.no-lines-before = ["standard-library", "local-folder"]

0 commit comments

Comments
 (0)