Skip to content

Commit be4841f

Browse files
committed
ignore silly security lint in tests
1 parent 26d57b2 commit be4841f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ unfixable = [
236236
# PT027 Use `pytest.raises` instead of unittest-style
237237
# PGH004 Use specific rule codes when using `noqa`
238238
"tests/*" = ["F841", "S101", "TID252", "PT009", "PTH", "PGH003", "PT027",
239-
"PGH004"]
239+
"PGH004", "S108"]
240240
"tests/*/*.ipynb" = [
241241
"EM", "B018", "E402", "F405", "SIM", "F403", "F821",
242242
"RUF100", "ICN001", "S605", "S607"

0 commit comments

Comments
 (0)