mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Merge a2d690a0ab into 5bf6c09bfa
This commit is contained in:
commit
bc123f39c3
7 changed files with 50 additions and 0 deletions
|
|
@ -43,6 +43,12 @@
|
|||
entry: check-json
|
||||
language: python
|
||||
files: \.json$
|
||||
- id: check-rubocop
|
||||
name: Check Rubocop
|
||||
description: This hook checks ruby files for syntax/style
|
||||
entry: check-rubocop
|
||||
language: python
|
||||
files: \.rb$
|
||||
- id: pretty-format-json
|
||||
name: Pretty format JSON
|
||||
description: This hook sets a standard for formatting JSON files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue