Skip to content

Commit

Permalink
Fix ruff warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Jan 8, 2024
1 parent 187803c commit ae3a270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,12 @@ max-complexity = 15
]
"tests/*.py" = [
"D100", # Missing docstring in public module
"D101", # Missing docstring in public class
"D103", # Missing docstring in public function
"S101", # Use of assert detected
"PT011", # {exc} is too broad, set the `match` parameter or use a more specific exception.
"PLR2004", # Magic value used in comparison, consider replacing {value} with a constant variable
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes
]
[tool.mypy]
explicit_package_bases = true
Expand Down

0 comments on commit ae3a270

Please sign in to comment.