Skip to content

Commit

Permalink
chore(deps): update pre-commit hook crate-ci/typos to v1.29.0 (#920)
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent f31786d commit a53699c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Spell Check Repo https://github.com/crate-ci/typos/commit/
uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4
uses: crate-ci/typos@c8fd3764afbf5eaf6e53d2e6571c835db2c8fa5f # v1.29.0

pre-commit:
name: Pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ repos:
)
- repo: https://github.com/crate-ci/typos
rev: v1.28.4
rev: v1.29.0
hooks:
- id: typos

Expand Down
2 changes: 1 addition & 1 deletion src/pact/v3/_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def do_GET(self) -> None: # noqa: N802

class StateCallback:
"""
Internal server for handlng state callbacks.
Internal server for handling state callbacks.
The state handler is a lightweight HTTP server which listens for state
change requests from the underlying Pact Core library. It then calls a
Expand Down

0 comments on commit a53699c

Please sign in to comment.