Skip to content

Commit f0809c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#884)
updates: - [github.com/biomejs/pre-commit: v2.3.5 → v2.3.8](biomejs/pre-commit@v2.3.5...v2.3.8) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.5...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 06d6978 commit f0809c0

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
@@ -7,11 +7,11 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/biomejs/pre-commit
10-
rev: v2.3.5
10+
rev: v2.3.8
1111
hooks:
1212
- id: biome-format
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.14.5
14+
rev: v0.14.7
1515
hooks:
1616
- id: ruff-check
1717
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
@@ -33,7 +33,7 @@ repos:
3333
- id: no-commit-to-branch
3434
args: ["--branch=main"]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.18.2
36+
rev: v1.19.0
3737
hooks:
3838
- id: mypy
3939
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)