Skip to content

Commit 0880e1f

Browse files
committed
fix pyproject-fmt
1 parent 61369b8 commit 0880e1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ repos:
66
- id: prettier
77
# Hooks that are run for scripts
88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: "v2.5.0"
9+
rev: v2.5.0
1010
hooks:
1111
- id: pyproject-fmt
12-
files: ^scripts/
12+
files: ^scripts/pyproject\.toml$
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
rev: v0.7.2
1515
hooks:

{{cookiecutter.project_name}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: "v2.5.0"
14+
rev: v2.5.0
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)