Skip to content

Commit

Permalink
Enable more hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Feb 17, 2024
1 parent 1a7afd7 commit 0f7d4b9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ repos:
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-yaml
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-toml
- id: check-vcs-permalinks
exclude: sorbet/rbi/annotations
- id: detect-private-key
- id: end-of-file-fixer
- id: forbid-submodules
- id: mixed-line-ending
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1.18.2
Expand Down

0 comments on commit 0f7d4b9

Please sign in to comment.