Skip to content

Commit f35bd4a

Browse files
committed
Add PLC0415 to lint ignore list
1 parent 14fba2a commit f35bd4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ lint.select = [
8787
"W", # pycodestyle
8888
]
8989
lint.ignore = [
90+
"PLC0415", # Import should be at top level
9091
"PLR0912", # Too many branches, worse than C901
9192
"PLR0915", # Too many statements, worse than C901
9293
"PLR2004", # Magic value used in comparison, opinionated

0 commit comments

Comments
 (0)