diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb68627..57284cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,7 @@ repos: - args: - --autofix files: \.kt$ + exclude: ^\.idea/fileTemplates/.*\.kt$ id: pretty-format-kotlin repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.12.0