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 968ebf1 commit fce1077Copy full SHA for fce1077
.pre-commit-config.yaml
@@ -23,18 +23,18 @@ repos:
23
args: ["--autofix", "--no-sort-keys"]
24
- id: trailing-whitespace # Trims trailing whitespace.
25
- repo: https://github.com/Lucas-C/pre-commit-hooks
26
- rev: v1.5.4
+ rev: v1.5.5
27
hooks:
28
- id: remove-crlf
29
- repo: https://github.com/psf/black
30
- rev: 24.1.1
+ rev: 24.3.0
31
32
- id: black
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: 'v0.1.14'
+ rev: 'v0.3.3'
35
36
- id: ruff
37
- repo: https://github.com/python-jsonschema/check-jsonschema
38
- rev: 0.27.3
+ rev: 0.28.0
39
40
- id: check-github-workflows
0 commit comments