Skip to content

Commit

Permalink
ci(pre-commit): remove ruby/script based hooks
Browse files Browse the repository at this point in the history
to ease compatibility on Windows, and focus on important checks
  • Loading branch information
dafyddj committed Sep 18, 2020
1 parent 0d65399 commit 45fd4ab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ repos:
rev: v3.2.0 # Use the ref you want to point at
hooks:
- id: check-yaml
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.3
hooks:
- id: markdownlint
name: Check markdown files with mdl
- id: shellcheck
name: Check shell scripts with shellcheck
exclude_types: [zsh]
args: []
- repo: local
hooks:
- id: check-urls
Expand Down

0 comments on commit 45fd4ab

Please sign in to comment.