Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Philipp A. <flying-sheep@web.de>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent b76a83f commit 6787960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repos:
- id: prettier
# Hooks that are run for scripts
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.4.3"
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.1
rev: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.4.3"
rev: v2.5.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.2
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down

0 comments on commit 6787960

Please # to comment.