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 d13a0da + c885d44 commit cd3216dCopy full SHA for cd3216d
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.18.0
+ rev: v3.19.0
20
hooks:
21
- id: pyupgrade
22
name: Modernize python code
@@ -35,7 +35,7 @@ repos:
35
name: Format python code with black
36
37
- repo: https://github.com/asottile/blacken-docs
38
- rev: 1.19.0
+ rev: 1.19.1
39
40
- id: blacken-docs
41
name: Format python code in documentation
@@ -54,7 +54,7 @@ repos:
54
additional_dependencies: [flake8-bugbear, Flake8-pyproject]
55
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
- rev: v1.12.0
+ rev: v1.13.0
58
59
- id: mypy
60
name: Check Python types
0 commit comments