Skip to content

Commit bd17aaf

Browse files
Bump pyproject-fmt to v2.7.0 (#955)
1 parent de67ee2 commit bd17aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usethis/_tool/impl/pyproject_fmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_pre_commit_config(self) -> PreCommitConfig:
8484
return PreCommitConfig.from_single_repo(
8585
UriRepo(
8686
repo="https://github.com/tox-dev/pyproject-fmt",
87-
rev="v2.6.0", # Manually bump this version when necessary
87+
rev="v2.7.0", # Manually bump this version when necessary
8888
hooks=[HookDefinition(id="pyproject-fmt")],
8989
),
9090
requires_venv=False,

0 commit comments

Comments
 (0)