Skip to content

Commit

Permalink
ci: Allow 'assert' statements
Browse files Browse the repository at this point in the history
Signed-off-by: Étienne Boisseau-Sierra <etienne.boisseau.sierra@gmail.com>
  • Loading branch information
EBoisseauSierra committed Oct 7, 2024
1 parent 184a8a6 commit 1757e8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ select = [
"TRY", # Tryceratops
"UP", # use latest Python conventions
]
ignore = [
"S101", # allow use of assert
]

0 comments on commit 1757e8b

Please sign in to comment.