Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Apr 15, 2024
1 parent 2062ee4 commit e34aee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -3,7 +3,7 @@ ci:
autoupdate_commit_msg: "chore: pre-commit autoupdate"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.3.7
hooks:
- id: ruff
args:
Expand Down
1 change: 0 additions & 1 deletion yoto_api/YotoManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ def check_and_refresh_token(self) -> bool:
# self.token: Token = self.api.refresh_token(self.token)
return True
# return False

0 comments on commit e34aee8

Please sign in to comment.