Skip to content

Commit ebdeae8

Browse files
committed
Merge branch 'main' of github.com:pdm-project/pdm
2 parents c2a8b6c + 9f36ab1 commit ebdeae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.15.1
5+
rev: v3.15.2
66
hooks:
77
- id: pyupgrade
88
args: [--py38-plus]
99
exclude: ^(src/pdm/models/in_process/.*\.py|install-pdm\.py)$
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: 'v0.3.2'
12+
rev: 'v0.3.5'
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

0 commit comments

Comments
 (0)