Skip to content

Commit 6562410

Browse files
committed
forgot testts
1 parent 279b53e commit 6562410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ ignore = [
105105
]
106106
"tests/**" = [
107107
"S101", # Use of `assert` detected
108-
"S105", "S106", # todo: Possible hardcoded password: ...
109108
"S301", # `pickle` and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue
110109
"S113", # todo: Probable use of requests call without timeout
111110
"S311", # todo: Standard pseudo-random generators are not suitable for cryptographic purposes

0 commit comments

Comments
 (0)