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 508982f commit c08b87cCopy full SHA for c08b87c
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/python-jsonschema/check-jsonschema
23
- rev: 0.23.2
+ rev: 0.23.3
24
hooks:
25
- id: check-github-workflows
26
@@ -30,12 +30,12 @@ repos:
30
- id: mdformat
31
32
- repo: https://github.com/psf/black
33
- rev: 23.3.0
+ rev: 23.7.0
34
35
- id: black
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.0.276
+ rev: v0.0.281
39
40
- id: ruff
41
args: ["--fix"]
0 commit comments