Skip to content

Commit

Permalink
Bump pyproject-parser pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 16, 2024
1 parent cde94fc commit b7a0280
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

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

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ readme = "README.rst"
keywords = [ "configuration",]
dynamic = [ "requires-python", "classifiers", "dependencies",]

[project.license]
file = "LICENSE"

[[project.authors]]
name = "Dominic Davis-Foster"
email = "[email protected]"

[project.license]
file = "LICENSE"

[project.urls]
Homepage = "https://github.com/repo-helper/repo_helper"
"Issue Tracker" = "https://github.com/repo-helper/repo_helper/issues"
Expand Down
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.9.1",
rev="v0.11.0",
hooks=["reformat-pyproject"], # TODO: add check-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 @@ -8,7 +8,7 @@ ci:

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

Expand Down

0 comments on commit b7a0280

Please sign in to comment.