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/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.8...v0.1.14)
- [github.com/psf/black-pre-commit-mirror: 23.12.0 → 24.1.1](psf/black-pre-commit-mirror@23.12.0...24.1.1)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.10.0 → v9.11.0](alessandrojcm/commitlint-pre-commit-hook@v9.10.0...v9.11.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent 7e3d4a7 commit 7513e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ repos:
- id: trailing-whitespace
# ruff must before black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.14
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: 23.12.0
rev: 24.1.1
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.10.0
rev: v9.11.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit 7513e1d

Please sign in to comment.