Skip to content

Commit d52ad8c

Browse files
Merge pull request #1837 from VWS-Python/dependabot/pip/ruff-0.0.258
Bump ruff from 0.0.257 to 0.0.258
2 parents 46f66e9 + 71882f9 commit d52ad8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
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]
@@ -248,7 +250,7 @@ dev = [
248250
"pyroma==4.2",
249251
"pytest-cov==4.0.0",
250252
"pytest==7.2.2 ",
251-
"ruff==0.0.257",
253+
"ruff==0.0.258",
252254
"sphinx-autodoc-typehints==1.22",
253255
"sphinx-prompt==1.5.0",
254256
"sphinxcontrib-spelling==8.0.0",

0 commit comments

Comments
 (0)