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 c7450ea commit 4e72917Copy full SHA for 4e72917
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/psf/black
6
- rev: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags
+ rev: 24.1.1 # Replace by any tag/version: https://github.com/psf/black/tags
7
hooks:
8
- id: black
9
language_version: python3 # Should be a command that runs python3.6+
@@ -32,7 +32,7 @@ repos:
32
- id: trailing-whitespace
33
34
- repo: https://github.com/sirosen/check-jsonschema
35
- rev: 0.27.3
+ rev: 0.27.4
36
37
- id: check-jsonschema
38
name: "Check GitHub Workflows"
0 commit comments