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 7ea0d8c commit 732774bCopy full SHA for 732774b
.pre-commit-config.yaml
@@ -19,12 +19,12 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/python-jsonschema/check-jsonschema
22
- rev: 0.23.3
+ rev: 0.26.3
23
hooks:
24
- id: check-github-workflows
25
26
- repo: https://github.com/executablebooks/mdformat
27
- rev: 0.7.16
+ rev: 0.7.17
28
29
- id: mdformat
30
additional_dependencies:
@@ -36,7 +36,7 @@ repos:
36
- id: black
37
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.0.281
+ rev: v0.0.287
40
41
- id: ruff
42
args: ["--fix"]
0 commit comments