Skip to content

Commit 96489d2

Browse files
pre-commit-ci[bot]WSH032
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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)
1 parent c2eaa5d commit 96489d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace
2323
# ruff must before black
24-
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.1.1
24+
- repo: https://github.com/astral-sh/ruff-pre-commit
25+
rev: v0.1.6
2626
hooks:
2727
- id: ruff
2828
alias: ruff # NOTE: don't change this alias, it's used in `ver_sync.py`, keep consistent with `pyproject.toml`
2929
args: [--fix, --exit-non-zero-on-fix]
3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: 23.10.0
31+
rev: 23.11.0
3232
hooks:
3333
- id: black
3434
alias: black # NOTE: don't change this alias, it's used in `ver_sync.py`, keep consistent with `pyproject.toml`
@@ -40,7 +40,7 @@ repos:
4040
additional_dependencies:
4141
- tomli
4242
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
43-
rev: v9.9.0
43+
rev: v9.10.0
4444
hooks:
4545
- id: commitlint
4646
stages: [commit-msg]

0 commit comments

Comments
 (0)