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.
pre-commit
1 parent a88bf48 commit bdf6d20Copy full SHA for bdf6d20
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: requirements-txt-fixer
11
12
- repo: https://github.com/pre-commit/mirrors-mypy
13
- rev: v1.13.0
+ rev: v1.15.0
14
hooks:
15
- id: mypy
16
files: ^src/
@@ -22,12 +22,12 @@ repos:
22
args: [ --py313-plus ]
23
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.19.0
+ rev: v3.19.1
26
27
- id: pyupgrade
28
29
30
- repo: https://github.com/charliermarsh/ruff-pre-commit
31
- rev: v0.11.10
+ rev: v0.11.11
32
33
- id: ruff
0 commit comments