Skip to content

Commit

Permalink
Update .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 6, 2024
1 parent 710c0d7 commit 4607320
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ extend-ignore = [
"NPY002", # TODO: migrate from np.random.rand to np.random.Generator
# pytest (PT)
"PT001", # Always use pytest.fixture()
# TODO FIX
"PT004", # Fixtures which don't return anything should have leading _
"PT011", # TODO: except(ValueRaises) is too broad
"PT012", # TODO: except statement is too lengthy
#
"PT023", # Always use () on pytest decorators
# flake8-pie (PIE)
"PIE808", # Disallow passing 0 as the first argument to range
Expand Down

0 comments on commit 4607320

Please sign in to comment.