Skip to content

Commit

Permalink
Apply two new ruff linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aciek committed Aug 7, 2023
1 parent d436e6a commit 7512c2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ ignore = [
"D401", # TODO: many strings need rephrasing
"T201", # WONTFIX: using print() (maybe add noqa)
"TRY003", # WONTFIX: Avoid specifying long messages outside the exception class
"TRY200", # TODO: Use `raise from` to specify exception cause
"B904", # TODO: Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
"PLR0913", # WONTFIX: Too many arguments to function call
"PLR2004", # TODO: Magic value used in comparison, consider replacing 201 with a constant variable
"N818" # TODO: exception naming
Expand Down

0 comments on commit 7512c2a

Please sign in to comment.