Skip to content

Commit d9ae6c9

Browse files
committed
chore: update pre-commit hooks
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 4062639 commit d9ae6c9

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
@@ -2,20 +2,20 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.16.0
5+
rev: v3.17.0
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.5.0'
12+
rev: 'v0.6.3'
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/RobertCraigie/pyright-python
19-
rev: v1.1.369
19+
rev: v1.1.378
2020
hooks:
2121
- id: pyright

0 commit comments

Comments
 (0)