Skip to content

Commit deba4d7

Browse files
[pre-commit.ci] pre-commit autoupdate (#248)
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fd5eff3 commit deba4d7

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,21 +4,21 @@ ci:
44
exclude: ^src/pdm/backend/_vendor
55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.15.2
7+
rev: v3.16.0
88
hooks:
99
- id: pyupgrade
1010
args:
1111
- --py38-plus
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: 'v0.4.7'
14+
rev: 'v0.5.0'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.10.0
21+
rev: v1.10.1
2222
hooks:
2323
- id: mypy
2424
exclude: ^(src/pdm/backend/_vendor|tests|scripts)

0 commit comments

Comments
 (0)