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 7111bd3 commit d033967Copy full SHA for d033967
1 file changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/python-jsonschema/check-jsonschema
22
- rev: 0.26.3
+ rev: 0.27.0
23
hooks:
24
- id: check-github-workflows
25
@@ -29,12 +29,12 @@ repos:
29
- id: mdformat
30
31
- repo: https://github.com/psf/black
32
- rev: 23.7.0
+ rev: 23.9.1
33
34
- id: black
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.0.287
+ rev: v0.0.292
38
39
- id: ruff
40
args: ["--fix"]
0 commit comments