Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pre-commit): autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v3.2.0 → v4.0.0](compilerla/conventional-pre-commit@v3.2.0...v4.0.0)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.9.2](astral-sh/ruff-pre-commit@v0.4.4...v0.9.2)
pre-commit-ci[bot] authored Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 25cadbd commit a202895
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@ default_install_hook_types:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v4.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
# args: [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
@@ -24,20 +24,20 @@ repos:
- id: name-tests-test
- id: trailing-whitespace
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.9.2
hooks:
# Run the linter
- id: ruff

0 comments on commit a202895

Please sign in to comment.