Skip to content

Commit

Permalink
chore: Revert pre-commit hook update since newer versions of the hook…
Browse files Browse the repository at this point in the history
… don't support Python 3.8.

Also prevent that hook from being updated in the future.
  • Loading branch information
nfelt14 committed Nov 18, 2024
1 parent 432da1c commit 5dee1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
update-pre-commit: true
run-pre-commit: true
pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit
pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat
pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat,https://github.com/pappasam/toml-sort
export-dependency-groups: docs,tests
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ repos:
hooks:
- id: check-poetry
- repo: https://github.com/pappasam/toml-sort
rev: 463d576e0d409069bfdfcdf65acece4b8a0a3df7 # frozen: v0.24.1
rev: b9b6210da457c38122995e434b314f4c4a4a923e # frozen: v0.23.1
hooks:
- id: toml-sort-fix
- repo: local
Expand Down

0 comments on commit 5dee1e3

Please sign in to comment.