Skip to content

Commit

Permalink
Merge pull request #77 from ImperialCollegeLondon/sort-dictionary
Browse files Browse the repository at this point in the history
Add `pre-commit` hook to keep dictionary file sorted
  • Loading branch information
alexdewar authored Oct 31, 2024
2 parents c4dc92a + 7023e1b commit 435624a
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 163 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ repos:
- id: check-merge-conflict
- id: trailing-whitespace
- id: end-of-file-fixer
- id: file-contents-sorter
files: ^\.wordlist\.txt$
args: [--unique]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
hooks:
Expand Down
Loading

0 comments on commit 435624a

Please sign in to comment.