Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.4...v0.3.7)
- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.0](psf/black-pre-commit-mirror@24.3.0...24.4.0)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.13.0 → v9.14.0](alessandrojcm/commitlint-pre-commit-hook@v9.13.0...v9.14.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 977d9c1 commit ed1c5a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default_install_hook_types: [pre-commit, commit-msg]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: no-commit-to-branch
- id: check-added-large-files
Expand All @@ -22,13 +22,13 @@ repos:
- id: trailing-whitespace
# ruff must before black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.7
hooks:
- id: ruff
alias: ruff # NOTE: don't change this alias, it's used in `ver_sync.py`, keep consistent with `pyproject.toml`
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
alias: black # NOTE: don't change this alias, it's used in `ver_sync.py`, keep consistent with `pyproject.toml`
Expand All @@ -40,7 +40,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.13.0
rev: v9.14.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit ed1c5a0

Please sign in to comment.