We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c108d8 commit e0ec427Copy full SHA for e0ec427
.pre-commit-config.yaml
@@ -29,13 +29,13 @@ repos:
29
args: [--markdown-linebreak-ext=md]
30
31
- repo: https://github.com/asottile/pyupgrade
32
- rev: v3.20.0
+ rev: v3.21.2
33
hooks:
34
- id: pyupgrade
35
args: [--py310-plus]
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: 'v0.13.3'
+ rev: 'v0.14.7'
39
40
41
- id: ruff
@@ -59,7 +59,7 @@ repos:
59
description: Update the API Reference documentation whenever a Python file is touched in the code base.
60
61
- repo: https://github.com/pre-commit/mirrors-mypy
62
- rev: v1.18.2
+ rev: v1.19.0
63
64
- id: mypy
65
name: "MyPy"
0 commit comments