We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9466c66 + deba4d7 commit 1b61853Copy full SHA for 1b61853
.pre-commit-config.yaml
@@ -4,21 +4,21 @@ ci:
4
exclude: ^src/pdm/backend/_vendor
5
repos:
6
- repo: https://github.com/asottile/pyupgrade
7
- rev: v3.15.2
+ rev: v3.16.0
8
hooks:
9
- id: pyupgrade
10
args:
11
- --py38-plus
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: 'v0.4.7'
+ rev: 'v0.5.0'
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
18
- id: ruff-format
19
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: v1.10.0
+ rev: v1.10.1
22
23
- id: mypy
24
exclude: ^(src/pdm/backend/_vendor|tests|scripts)
0 commit comments