Skip to content

Commit

Permalink
Merge pull request #748 from VWS-Python/check-meta
Browse files Browse the repository at this point in the history
Add check-json and meta pre-commit hooks
  • Loading branch information
adamtheturtle committed Sep 23, 2024
2 parents 5eba006 + 57f6b3e commit 17babcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# See https://pre-commit.com/hooks.html for more hooks
default_install_hook_types: [pre-commit, pre-push, commit-msg]
repos:
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand All @@ -11,6 +14,7 @@ repos:
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-json
- id: check-toml
- id: check-vcs-permalinks
- id: check-yaml
Expand Down

0 comments on commit 17babcb

Please sign in to comment.