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 48d2a5e commit 86f4659Copy full SHA for 86f4659
.pre-commit-config.yaml
@@ -23,19 +23,19 @@ repos:
23
- id: pyproject-fmt
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.14.7"
+ rev: "v0.14.10"
27
hooks:
28
- id: ruff-check
29
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
30
- id: ruff-format
31
32
- repo: https://github.com/pre-commit/pre-commit
33
- rev: v4.5.0
+ rev: v4.5.1
34
35
- id: validate_manifest
36
37
- repo: https://github.com/python-jsonschema/check-jsonschema
38
- rev: 0.35.0
+ rev: 0.36.0
39
40
- id: check-github-workflows
41
- id: check-meltano
0 commit comments