We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fba2a commit f35bd4aCopy full SHA for f35bd4a
pyproject.toml
@@ -87,6 +87,7 @@ lint.select = [
87
"W", # pycodestyle
88
]
89
lint.ignore = [
90
+ "PLC0415", # Import should be at top level
91
"PLR0912", # Too many branches, worse than C901
92
"PLR0915", # Too many statements, worse than C901
93
"PLR2004", # Magic value used in comparison, opinionated
0 commit comments