You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
579 B
23 lines
579 B
repos: |
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
rev: v4.1.0 |
|
hooks: |
|
- id: trailing-whitespace |
|
- id: end-of-file-fixer |
|
- id: check-yaml |
|
- id: check-toml |
|
- id: check-added-large-files |
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks |
|
rev: v1.1.12 |
|
hooks: |
|
- id: forbid-crlf |
|
- id: remove-crlf |
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier |
|
rev: v2.5.1 |
|
hooks: |
|
- id: prettier |
|
additional_dependencies: |
|
- prettier@2.5.1 |
|
- prettier-plugin-go-template@0.0.11
|
|
|