Skip to content

Commit

Permalink
chore: add line end check to pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Jan 10, 2025
1 parent e36d650 commit 407a9a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
Expand All @@ -13,13 +18,13 @@ repos:
- .prettierrc.toml
exclude: COMMIT_EDITMSG
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.31.0
hooks:
- id: check-github-workflows
# Disabling markdown-link-check because it can not reliably check anchors and links against the source code.
# Suggest using lychee instead (way faster and more accurate)
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
rev: v3.13.6
hooks:
- id: markdown-link-check
args:
Expand Down

0 comments on commit 407a9a9

Please sign in to comment.