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 b91b93f commit 563a667Copy full SHA for 563a667
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: check-yaml
25
26
- repo: https://github.com/python-jsonschema/check-jsonschema
27
- rev: 0.28.4
+ rev: 0.28.6
28
hooks:
29
- id: check-github-workflows
30
@@ -67,14 +67,14 @@ repos:
67
- tomli
68
69
- repo: https://github.com/astral-sh/ruff-pre-commit
70
- rev: v0.4.7
+ rev: v0.5.0
71
72
- id: ruff
73
name: ruff (see https://docs.astral.sh/ruff/rules)
74
args: [--fix]
75
76
- repo: https://github.com/asottile/blacken-docs
77
- rev: 1.16.0
+ rev: 1.18.0
78
79
- id: blacken-docs
80
name: autoformat code blocks in docs
0 commit comments