We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46f66e9 + 71882f9 commit d52ad8cCopy full SHA for d52ad8c
1 file changed
pyproject.toml
@@ -193,6 +193,8 @@ ignore = [
193
"PLR0913",
194
# Allow 'assert' as we use it for tests.
195
"S101",
196
+ # Allow simple random numbers as we are not using them for cryptography.
197
+ "S311",
198
]
199
200
[tool.ruff.per-file-ignores]
@@ -248,7 +250,7 @@ dev = [
248
250
"pyroma==4.2",
249
251
"pytest-cov==4.0.0",
252
"pytest==7.2.2 ",
- "ruff==0.0.257",
253
+ "ruff==0.0.258",
254
"sphinx-autodoc-typehints==1.22",
255
"sphinx-prompt==1.5.0",
256
"sphinxcontrib-spelling==8.0.0",
0 commit comments