Skip to content

Commit 71882f9

Browse files
committed
Ignore S311
1 parent d63c797 commit 71882f9

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
@@ -193,6 +193,8 @@ ignore = [
193193
"PLR0913",
194194
# Allow 'assert' as we use it for tests.
195195
"S101",
196+
# Allow simple random numbers as we are not using them for cryptography.
197+
"S311",
196198
]
197199

198200
[tool.ruff.per-file-ignores]

0 commit comments

Comments
 (0)