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 695b74f commit cac1973Copy full SHA for cac1973
1 file changed
.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/tox-dev/pyproject-fmt
21
- rev: "v2.12.1"
+ rev: "v2.16.1"
22
hooks:
23
- id: pyproject-fmt
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.14.14"
+ rev: "v0.15.2"
27
28
- id: ruff-check
29
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -35,7 +35,7 @@ repos:
35
- id: validate_manifest
36
37
- repo: https://github.com/python-jsonschema/check-jsonschema
38
- rev: 0.36.1
+ rev: 0.36.2
39
40
- id: check-github-workflows
41
- id: check-meltano
0 commit comments