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.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.2.0](editorconfig-checker/editorconfig-checker.python@3.0.3...3.2.0)
- [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent f2d9808 commit b5bdb17
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 @@ -26,7 +26,7 @@ repos:
- id: validate-cff
name: Validate CITATION.cff file
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
name: Fixing common spelling mistakes
Expand All @@ -38,11 +38,11 @@ repos:
- id: check-github-workflows
name: Check GitHub Workflow configuration
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.0.3
rev: 3.2.0
hooks:
- id: editorconfig-checker
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
name: Fixing markdown linting errors
Expand Down

0 comments on commit b5bdb17

Please sign in to comment.