We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9a386 commit 602ac6bCopy full SHA for 602ac6b
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: trailing-whitespace
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.18.0
+ rev: v3.19.0
19
hooks:
20
- id: pyupgrade
21
name: Modernize Python code
@@ -47,7 +47,7 @@ repos:
47
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.12.0
+ rev: v1.13.0
51
52
- id: mypy
53
name: Check Python types
0 commit comments