Skip to content

Commit d479dc5

Browse files
MNT: disable ruff/Pylint rule PLC0415 to fix CI
PLC0415 `import` should be at the top-level of a file
1 parent 6586b42 commit d479dc5

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
@@ -158,6 +158,7 @@ ignore = [
158158
"S311", # We are not using random for cryptographic purposes
159159
"S404",
160160
"S603",
161+
"PLC0415",
161162
"PLW1510",
162163
"PLW2901",
163164
"RUF005",

0 commit comments

Comments
 (0)