We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecae36e commit d086526Copy full SHA for d086526
.pre-commit-config.yaml
@@ -14,7 +14,7 @@
14
repos:
15
# Autoupdate: Python code
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v3.19.1
+ rev: v3.20.0
18
hooks:
19
- id: pyupgrade
20
args: [--py39-plus]
@@ -35,7 +35,7 @@ repos:
35
36
# Check python code static typing
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.15.0
+ rev: v1.16.0
39
40
- id: mypy
41
args: [--config, ./mypy.ini]
@@ -71,7 +71,7 @@ repos:
71
72
# Lint: Markdown
73
- repo: https://github.com/igorshubovych/markdownlint-cli
74
- rev: v0.44.0
+ rev: v0.45.0
75
76
- id: markdownlint
77
args: ["--fix"]
0 commit comments