diff --git a/{{project_name}}/.pre-commit-config.yaml.jinja b/{{project_name}}/.pre-commit-config.yaml.jinja index 07d75be..db6454c 100644 --- a/{{project_name}}/.pre-commit-config.yaml.jinja +++ b/{{project_name}}/.pre-commit-config.yaml.jinja @@ -8,7 +8,6 @@ repos: args: - --unsafe - id: check-json - - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.7.1 diff --git a/{{project_name}}/.yamllint b/{{project_name}}/.yamllint index ceb6bfb..18b3d3d 100644 --- a/{{project_name}}/.yamllint +++ b/{{project_name}}/.yamllint @@ -9,3 +9,4 @@ rules: truthy: allowed-values: ["true", "false"] new-lines: disable + trailing-spaces: disable