Skip to content

Commit

Permalink
chore(deps): Bump pre-commit hooks (#5)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/fsfe/reuse-tool: v3.0.2 → v4.0.3](fsfe/reuse-tool@v3.0.2...v4.0.3)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 28, 2024
1 parent aadb11e commit 53d5aca
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 @@ -14,11 +14,11 @@ repos:
- id: mixed-line-ending # Consistent LF or CRLF
- id: trailing-whitespace # No trailing whitespace
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v4.0.3
hooks:
- id: reuse
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
- repo: local
Expand Down

0 comments on commit 53d5aca

Please sign in to comment.