Skip to content

Commit e3d55aa

Browse files
committed
Bump pyproject-parser pre-commit hook
1 parent 20c94e8 commit e3d55aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_helper/files/pre_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def replace_hooks(self: "Repo", hooks: Iterable[Union[str, Hook]]) -> "Repo":
213213

214214
pyproject_parser = Repo(
215215
repo=make_github_url("repo-helper", "pyproject-parser"),
216-
rev="v0.11.1",
216+
rev="v0.13.0",
217217
hooks=["reformat-pyproject"], # TODO: add check-pyproject
218218
)
219219

tests/test_files/test_testing_/test_make_pre_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.11.1
11+
rev: v0.13.0
1212
hooks:
1313
- id: reformat-pyproject
1414

0 commit comments

Comments
 (0)