Skip to content

Commit 1f05ea7

Browse files
authored
Merge pull request #979 from DimitriPapadopoulos/PLC0415
MNT: disable ruff/Pylint rule PLC0415 to fix CI
2 parents 7bfed09 + d1c1009 commit 1f05ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ ignore = [
158158
"S311", # We are not using random for cryptographic purposes
159159
"S404",
160160
"S603",
161+
"PLC0415",
161162
"PLW1510",
163+
"PLW1641",
162164
"PLW2901",
163165
"RUF005",
164166
"RUF012",

0 commit comments

Comments
 (0)