Skip to content

Commit 76884d4

Browse files
pre-commit-ci[bot]frostming
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.12...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.2](pre-commit/mirrors-mypy@v1.16.0...v1.18.2) Signed-off-by: Frost Ming <me@frostming.com>
1 parent 98fec6d commit 76884d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ci:
44
exclude: ^src/pdm/backend/_vendor
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: 'v0.11.12'
7+
rev: 'v0.14.3'
88
hooks:
9-
- id: ruff
9+
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1111
- id: ruff-format
1212

1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: v1.16.0
14+
rev: v1.18.2
1515
hooks:
1616
- id: mypy
1717
exclude: ^(src/pdm/backend/_vendor|tests|scripts)

0 commit comments

Comments
 (0)