Skip to content

Commit

Permalink
Ignore new lint
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Jan 7, 2025
1 parent c3e092c commit 5c21646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ select = ["ALL"]
ignore = [
"CPY001", # (Missing copyright notice at top of file)
"S311", # (Standard pseudo-random generators are not suitable for cryptographic purposes) - Really?
"DOC201", # (`return` is not documented in docstring) - TODO
]

[tool.ruff.lint.extend-per-file-ignores]
Expand Down

0 comments on commit 5c21646

Please sign in to comment.