We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4915fc8 commit 26daa94Copy full SHA for 26daa94
.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.4.2 # 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+
@@ -16,7 +16,7 @@ repos:
16
args: [--profile=black]
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.5.0
+ rev: v4.6.0
20
21
- id: end-of-file-fixer
22
- id: check-case-conflict
@@ -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.28.6
36
37
- id: check-jsonschema
38
name: "Check GitHub Workflows"
0 commit comments