Skip to content

Commit

Permalink
Update ruff-pre-commit (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophgietl authored Jan 8, 2025
1 parent cc5ee4b commit adadd87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- id: pretty-format-json
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0
rev: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion src/pisco/input_output/backlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AbstractBacklight(contextlib.AbstractContextManager["AbstractBacklight"]):
"""

def __exit__(
self, __exc_type: object, __exc_value: object, __traceback: object
self, _exc_type: object, _exc_value: object, _traceback: object
) -> None:
"""Activates the backlight."""
logger.info("Exiting backlight context ...")
Expand Down

0 comments on commit adadd87

Please sign in to comment.