Skip to content

Commit

Permalink
style: ruff updated to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 14, 2025
1 parent 4e28c49 commit 0f4d19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikaur_static/pacman_fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def __init__(self, args: list[str]) -> None:
}


class DBPlaceholder:
class DBPlaceholder: # noqa: B903

def __init__(self, name: str) -> None:
self.name = name
Expand Down

0 comments on commit 0f4d19d

Please sign in to comment.