Skip to content

Commit

Permalink
ci: Convert toml-sort to an actual pre-commit hook, not a local hook
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Jul 25, 2024
1 parent 5926074 commit 113719a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ci:
autoupdate_schedule: quarterly
skip:
- check-poetry
- toml-sort
- pylint
- pyright
- pyright-verifytypes
Expand Down Expand Up @@ -97,14 +96,12 @@ repos:
rev: v1.0.0
hooks:
- id: check-poetry
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
- id: toml-sort-fix
- repo: local
hooks:
- id: toml-sort
name: toml-sort
entry: toml-sort
language: system
types: [toml]
pass_filenames: true
- id: pylint
name: pylint
entry: pylint
Expand Down

0 comments on commit 113719a

Please sign in to comment.