Skip to content

Commit

Permalink
Bump pyproject-parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 25, 2021
1 parent cd097af commit 4527797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_helper/files/pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def to_dict(self) -> MutableMapping[str, Union[str, List[Hook]]]:

pyproject_parser = Repo(
repo=make_github_url("repo-helper", "pyproject-parser"),
rev="v0.2.0",
rev="v0.2.2",
hooks=["reformat-pyproject"],
)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_files/test_testing_/test_make_pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: ^$

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.2.0
rev: v0.2.2
hooks:
- id: reformat-pyproject

Expand Down

0 comments on commit 4527797

Please sign in to comment.