mirror of https://github.com/smithy-lang/smithy-rs
15 lines
398 B
YAML
15 lines
398 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
|
rev: v1.6.1
|
|
hooks:
|
|
- id: pretty-format-kotlin
|
|
args: [--autofix, --ktlint-version, 0.40.0]
|
|
- id: pretty-format-yaml
|
|
args: [--autofix, --indent, '2']
|