We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279b53e commit 6562410Copy full SHA for 6562410
pyproject.toml
@@ -105,7 +105,6 @@ ignore = [
105
]
106
"tests/**" = [
107
"S101", # Use of `assert` detected
108
- "S105", "S106", # todo: Possible hardcoded password: ...
109
"S301", # `pickle` and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue
110
"S113", # todo: Probable use of requests call without timeout
111
"S311", # todo: Standard pseudo-random generators are not suitable for cryptographic purposes
0 commit comments