Skip to content

Commit f8f9cdd

Browse files
pre-commit-ci[bot]dr-rompecabezas
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#2095)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 01b9261 commit f8f9cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ repos:
2929
- id: biome-check
3030
verbose: true
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: 'v0.9.7'
32+
rev: 'v0.9.9'
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix]
3636
- id: ruff-format
3737
- repo: https://github.com/tox-dev/pyproject-fmt
38-
rev: v2.5.0
38+
rev: v2.5.1
3939
hooks:
4040
- id: pyproject-fmt
4141
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)