Skip to content

Commit

Permalink
Merge pull request #40 from wwuck/patch-1
Browse files Browse the repository at this point in the history
Add toml-sort-fix pre-commit hook
  • Loading branch information
pappasam committed Jan 13, 2023
2 parents 26e3e7e + 22d4081 commit b1693c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
args: [--check]
language: python
types: [toml]
- id: toml-sort-fix
name: toml-sort-fix
entry: toml-sort
args: [--in-place]
language: python
types: [toml]

0 comments on commit b1693c3

Please sign in to comment.