mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Allow to have spaces in directories (#11)
This commit is contained in:
parent
e6267fd150
commit
41d4951aff
5 changed files with 17 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
repos:
|
||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||
sha: v1.2.0
|
||||
rev: v1.2.3
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- id: check-case-conflict
|
||||
- id: check-merge-conflict
|
||||
- id: check-executables-have-shebangs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue