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 023db27 commit c0c0a08Copy full SHA for c0c0a08
.pre-commit-config.yaml
@@ -27,14 +27,14 @@ repos:
27
- id: detect-private-key
28
29
- repo: https://github.com/PyCQA/docformatter
30
- rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
+ rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
31
hooks:
32
- id: docformatter
33
additional_dependencies: [tomli]
34
args: ["--in-place"]
35
36
- repo: https://github.com/executablebooks/mdformat
37
- rev: 0.7.19
+ rev: 0.7.22
38
39
- id: mdformat
40
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
48
)
49
50
- repo: https://github.com/astral-sh/ruff-pre-commit
51
- rev: v0.8.3
+ rev: v0.11.7
52
53
- id: ruff
54
args: ["--fix"]
0 commit comments