Skip to content

Commit

Permalink
Remove ruff ignore rule that was fixed in a previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Jul 2, 2024
1 parent 4ac6a33 commit 484c6c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ ignore = [
"FURB101", # `open` and `read` should be replaced by `Path(filename).read_text()`
"INP001", # File is part of an implicit namespace package. Add an `__init__.py`.
"PERF203", # `try`-`except` within a loop incurs performance overhead
"PGH004", # Use specific rule codes when using `noqa`
"PIE800", # Unnecessary spread `**`
"PLC2801", # Unnecessary dunder call to `__getattribute__`. Access attribute directly or use getattr built-in function
"PLR6201", # Use a `set` literal when testing for membership
Expand Down

0 comments on commit 484c6c5

Please sign in to comment.