Skip to content

Commit

Permalink
Merge pull request #198 from nim65s/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mergify[bot] authored Jan 13, 2025
2 parents ac85149 + b8181a4 commit 83f6246
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.1
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
KEY, MATRIX_URL, MATRIX_ID, MATRIX_PW = (
environ[v] for v in ["API_KEY", "MATRIX_URL", "MATRIX_ID", "MATRIX_PW"]
)
FULL_ID = f'@{MATRIX_ID}:{MATRIX_URL.split("/")[2]}'
FULL_ID = f"@{MATRIX_ID}:{MATRIX_URL.split('/')[2]}"
LOGGER = logging.getLogger("matrix-webhook.tests.start")

parser = argparse.ArgumentParser(description=__doc__)
Expand Down

0 comments on commit 83f6246

Please sign in to comment.