Skip to content

Commit

Permalink
Merge pull request #10 from tcorzo/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
tcorzo authored Nov 19, 2024
2 parents 02bd899 + c332312 commit 029ab00
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,7 +1,7 @@
# fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: mixed-line-ending
args: [--fix, lf]
Expand All @@ -13,7 +13,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -26,7 +26,7 @@ repos:
- id: markdownlint

- repo: https://github.com/crate-ci/typos
rev: v1.26.0
rev: typos-dict-v0.11.35
hooks:
- id: typos

Expand Down

0 comments on commit 029ab00

Please sign in to comment.