Skip to content

Commit

Permalink
chore: add file-contents-sorter pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 8, 2023
1 parent 497d0ad commit 48808a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 48808a7

Please sign in to comment.