Skip to content

Commit

Permalink
Merge branch 'main' into fix/312
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 18, 2023
2 parents 9ea2803 + af27ce7 commit 705d814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ repos:
- prettier
- prettier-plugin-toml
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.0
rev: v7.3.1
hooks:
- id: cspell
# entry: codespell --relative
args: [--relative, --no-progress, --no-summary]
name: Spell check with cspell
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down

0 comments on commit 705d814

Please sign in to comment.