Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit b5eaa21

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.1](tox-dev/pyproject-fmt@2.2.4...v2.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.9](astral-sh/ruff-pre-commit@v0.6.9...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
1 parent 9974d03 commit b5eaa21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/tox-dev/pyproject-fmt
19-
rev: "2.2.4"
19+
rev: "v2.5.1"
2020
hooks:
2121
- id: pyproject-fmt
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.6.9"
24+
rev: "v0.9.9"
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.11.2
31+
rev: v1.15.0
3232
hooks:
3333
- id: mypy
3434
pass_filenames: true

0 commit comments

Comments
 (0)