Skip to content

Commit ac3baf6

Browse files
ci: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](tox-dev/pyproject-fmt@v2.11.1...v2.12.1)
1 parent e38a6ec commit ac3baf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
args: [--target-version, "4.2"]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.10
24+
rev: v0.14.14
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: v2.11.1
31+
rev: v2.12.1
3232
hooks:
3333
- id: pyproject-fmt

0 commit comments

Comments
 (0)