Skip to content

Commit 1b61853

Browse files
committed
Merge branch 'main' of github.com:pdm-project/pdm-backend
2 parents 9466c66 + deba4d7 commit 1b61853

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)