Skip to content

Commit

Permalink
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9…
Browse files Browse the repository at this point in the history
….4 (#296)

* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4

* chore: pre-commit.ci auto fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Jan 31, 2025
1 parent 8764471 commit eeaea61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.6"
rev: "v0.9.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
3 changes: 1 addition & 2 deletions tap_jotform/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ class TapJotform(Tap):
th.StringType,
required=True,
description=(
"Authentication key. "
"See https://api.jotform.com/docs/#authentication"
"Authentication key. See https://api.jotform.com/docs/#authentication"
),
),
th.Property(
Expand Down

0 comments on commit eeaea61

Please sign in to comment.