diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d19825cc..a5752104 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: rev: v4.4.0 hooks: - id: end-of-file-fixer - exclude_types: [json, text] - id: mixed-line-ending types: [python] - id: trailing-whitespace @@ -12,6 +11,8 @@ repos: - id: check-json - id: pretty-format-json args: [--autofix] + - id: file-contents-sorter + files: ^fuji_server\/data\/.*.txt$ - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks rev: v2.10.0 hooks: