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/klieret/jekyll-relative-url-check: v2.0.1 → v2.0.2](klieret/jekyll-relative-url-check@v2.0.1...v2.0.2)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
  • Loading branch information
pre-commit-ci[bot] authored and eduardo-rodrigues committed Apr 19, 2024
1 parent b96de18 commit 035af44
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
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/klieret/jekyll-relative-url-check
rev: v2.0.1
rev: v2.0.2
hooks:
- id: jekyll-relative-url-check-html
- id: jekyll-relative-url-check-markdown
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.5'
rev: 'v2.2.6'
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
types_or: ["markdown"]
exclude: '(organization/_posts/2016/.*)|(organization/_posts/2017/.*)|(organization/_posts/2018/.*)|(organization/_posts/2019/.*)|(organization/_posts/2020/.*)|(organization/_posts/2021/.*)|(organization/_posts/2022/.*)'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
Expand Down

0 comments on commit 035af44

Please sign in to comment.