Skip to content

Commit

Permalink
Update build dependencies and pre-commit hooks (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde authored Jan 14, 2025
1 parent e8bb672 commit de62fcb
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 126 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.15.0
rev: v0.17.1
hooks:
- id: markdownlint-cli2
- repo: https://github.com/codespell-project/codespell
Expand All @@ -31,7 +31,7 @@ repos:
- id: codespell
args: [--ignore-words=.codespellignore]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.4
rev: 0.31.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
188 changes: 69 additions & 119 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de62fcb

Please sign in to comment.