Skip to content

Commit 86f4659

Browse files
chore(deps): update minor and patch updates to pre-commit hooks
1 parent 48d2a5e commit 86f4659

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ repos:
2323
- id: pyproject-fmt
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.14.7"
26+
rev: "v0.14.10"
2727
hooks:
2828
- id: ruff-check
2929
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/pre-commit
33-
rev: v4.5.0
33+
rev: v4.5.1
3434
hooks:
3535
- id: validate_manifest
3636

3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.35.0
38+
rev: 0.36.0
3939
hooks:
4040
- id: check-github-workflows
4141
- id: check-meltano

0 commit comments

Comments
 (0)