mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
parent
9ee77bd5a2
commit
00745fe9c0
5 changed files with 153 additions and 0 deletions
|
|
@ -46,6 +46,11 @@
|
|||
language: python
|
||||
types: [text, executable]
|
||||
stages: [commit, push, manual]
|
||||
- id: check-illegal-windows-names
|
||||
name: Check for illegal Windows names
|
||||
description: Check for files that cannot be created on Windows.
|
||||
entry: check-illegal-windows-names
|
||||
language: python
|
||||
- id: check-json
|
||||
name: Check JSON
|
||||
description: This hook checks json files for parseable syntax.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue