Skip to content

Commit 17e7ab0

Browse files
pre-commit-ci[bot]WSH032
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8) - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.0](psf/black-pre-commit-mirror@23.11.0...23.12.0)
1 parent 7fb9e95 commit 17e7ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ repos:
2222
- id: trailing-whitespace
2323
# ruff must before black
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.1.7
25+
rev: v0.1.8
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.11.0
31+
rev: 23.12.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`

0 commit comments

Comments
 (0)