Skip to content

Commit

Permalink
Merge pull request #411 from afuetterer/pre-commit-config
Browse files Browse the repository at this point in the history
chore: add file-contents-sorter pre-commit hook
  • Loading branch information
huberrob authored Sep 28, 2023
2 parents f3e9077 + 48808a7 commit d1a1be2
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 d1a1be2

Please sign in to comment.