Skip to content

Commit cd3e0be

Browse files
[pre-commit.ci] pre-commit autoupdate (#355)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) * Apply automatic changes --------- 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>
1 parent cc35433 commit cd3e0be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ repos:
66
- id: biome-format
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.1
1010
hooks:
1111
- id: pyproject-fmt
1212
files: ^scripts/pyproject\.toml$
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.9.7
14+
rev: v0.9.9
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
hooks:
1212
- id: biome-format
1313
- repo: https://github.com/tox-dev/pyproject-fmt
14-
rev: v2.5.0
14+
rev: v2.5.1
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.9.7
18+
rev: v0.9.9
1919
hooks:
2020
- id: ruff
2121
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)