Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.2"
rev: "v0.9.4"
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: [ "--write-changes" ]
Expand Down
2 changes: 1 addition & 1 deletion octoprint_matrix_notifier/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def take_image(self, snapshot_url=None, flipH=False, flipV=False, rotate=False):
data = None
if snapshot_url is None:
self._logger.info(
"Please configure the webcam snapshot settings " "before enabling sending snapshots!"
"Please configure the webcam snapshot settings before enabling sending snapshots!"
)
return

Expand Down