Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.2.5 β†’ v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/codespell-project/codespell: v2.2.5 β†’ v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/sirosen/check-jsonschema: 0.26.3 β†’ 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent 8f7e157 commit d85a815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
args: [--whitespaces-count, '2']

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell

Expand All @@ -72,7 +72,7 @@ repos:
name: check .editorconfig rules

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell

Expand All @@ -85,6 +85,6 @@ repos:
args: [--config=.cmake-linter.yml]

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows

0 comments on commit d85a815

Please sign in to comment.