Skip to content

Commit c2f3e4a

Browse files
chore(deps): update minor and patch updates to pre-commit hooks
1 parent 3c5ec28 commit c2f3e4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: "v2.12.1"
21+
rev: "v2.16.2"
2222
hooks:
2323
- id: pyproject-fmt
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.14.14"
26+
rev: "v0.15.4"
2727
hooks:
2828
- id: ruff-check
2929
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -35,7 +35,7 @@ repos:
3535
- id: validate_manifest
3636

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

0 commit comments

Comments
 (0)