Skip to content

Commit

Permalink
fix pyproject-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Nov 4, 2024
1 parent 61369b8 commit 0880e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ repos:
- id: prettier
# Hooks that are run for scripts
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.5.0"
rev: v2.5.0
hooks:
- id: pyproject-fmt
files: ^scripts/
files: ^scripts/pyproject\.toml$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.5.0"
rev: v2.5.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down

0 comments on commit 0880e1f

Please sign in to comment.