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.
1 parent b58967a commit 22442dcCopy full SHA for 22442dc
.pre-commit-config.yaml
@@ -56,7 +56,7 @@ repos:
56
- -formatter
57
- retain_line_breaks=true
58
- repo: https://github.com/executablebooks/mdformat
59
- rev: 0.7.19
+ rev: 0.7.21
60
hooks:
61
- id: mdformat
62
additional_dependencies:
@@ -74,7 +74,7 @@ repos:
74
75
- id: add-trailing-comma
76
- repo: https://github.com/asottile/pyupgrade
77
- rev: v3.19.0
+ rev: v3.19.1
78
79
- id: pyupgrade
80
args: [--py39-plus]
@@ -83,6 +83,6 @@ repos:
83
84
- id: docformatter
85
- repo: https://github.com/astral-sh/ruff-pre-commit
86
- rev: "v0.8.1"
+ rev: "v0.8.6"
87
88
- id: ruff
0 commit comments