Skip to content

Commit 770aa99

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.13.0](pre-commit/mirrors-mypy@v1.10.1...v1.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.7.4](astral-sh/ruff-pre-commit@v0.5.0...v0.7.4)
1 parent 18b2544 commit 770aa99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ default_language_version:
99
python: python3
1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-toml
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.10.1
19+
rev: v1.13.0
2020
hooks:
2121
- id: mypy
2222
args: ["--strict"]
2323
exclude: '^(docs|tasks|tests)|setup\.py'
2424
additional_dependencies: ["httpx", "packaging", "typer>=0.3.2"]
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
2626
# Ruff version.
27-
rev: v0.5.0
27+
rev: v0.7.4
2828
hooks:
2929
- id: ruff
3030
- id: ruff-format

0 commit comments

Comments
 (0)