Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#575)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and jaimergp authored Nov 26, 2024
1 parent 0aa06a2 commit ce94746
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 @@ -32,7 +32,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.0
hooks:
# lint & attempt to correct failures (e.g. pyupgrade)
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion tests/channel_testing/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def startup_check(self):
try:
s.connect((address, port))
except Exception as e:
print("something's wrong with %s:%d. Exception is %s" % (address, port, e))
print(f"something's wrong with {address}:{port}. Exception is {e}")
error = True
finally:
s.close()
Expand Down

0 comments on commit ce94746

Please sign in to comment.