Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.1...v0.1.6)
- [github.com/psf/black-pre-commit-mirror: 23.10.0 → 23.11.0](psf/black-pre-commit-mirror@23.10.0...23.11.0)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.9.0 → v9.10.0](alessandrojcm/commitlint-pre-commit-hook@v9.9.0...v9.10.0)
  • Loading branch information
pre-commit-ci[bot] authored and WSH032 committed Nov 27, 2023
1 parent c2eaa5d commit 0bcc111
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 @@ -21,14 +21,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
# ruff must before black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.1
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
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.10.0
rev: 23.11.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.9.0
rev: v9.10.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit 0bcc111

Please sign in to comment.