We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de67ee2 commit bd17aafCopy full SHA for bd17aaf
1 file changed
src/usethis/_tool/impl/pyproject_fmt.py
@@ -84,7 +84,7 @@ def get_pre_commit_config(self) -> PreCommitConfig:
84
return PreCommitConfig.from_single_repo(
85
UriRepo(
86
repo="https://github.com/tox-dev/pyproject-fmt",
87
- rev="v2.6.0", # Manually bump this version when necessary
+ rev="v2.7.0", # Manually bump this version when necessary
88
hooks=[HookDefinition(id="pyproject-fmt")],
89
),
90
requires_venv=False,
0 commit comments