Skip to content

Commit

Permalink
Clean up the pre-commit config and root folder (SalamLang#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Apr 23, 2024
1 parent 21830ab commit e682495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -36,10 +36,10 @@ repos:
- id: codespell
name: Run codespell
description: Check spelling with codespell
entry: codespell --ignore-words=codespell.txt
args: [--ignore-words=.github/linters/codespell.txt]
exclude: ^docs/README_(AR|FA).md$
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
rev: v3.12.1
hooks:
- id: markdown-link-check
args: [-q]
Expand Down

0 comments on commit e682495

Please sign in to comment.