Skip to content

Commit 0f4d19d

Browse files
committed
style: ruff updated to 0.9.1
1 parent 4e28c49 commit 0f4d19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pikaur_static/pacman_fallback.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def __init__(self, args: list[str]) -> None:
228228
}
229229

230230

231-
class DBPlaceholder:
231+
class DBPlaceholder: # noqa: B903
232232

233233
def __init__(self, name: str) -> None:
234234
self.name = name

0 commit comments

Comments
 (0)