mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-12 14:04:17 +00:00
add check_projen_files
This commit is contained in:
parent
887db502c6
commit
d1a0d9aea1
3 changed files with 31 additions and 0 deletions
|
|
@ -53,6 +53,13 @@
|
|||
language: python
|
||||
types: [text]
|
||||
stages: [commit, push, manual]
|
||||
- id: check_projen_files
|
||||
name: check projen files
|
||||
description: checks if projen files were not updated manually.
|
||||
entry: check_projen_files
|
||||
language: python
|
||||
types: [text]
|
||||
stages: [push, manual]
|
||||
- id: pretty-format-json
|
||||
name: pretty format json
|
||||
description: sets a standard for formatting json files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue