Skip to content

Commit d2cb878

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.13.1](astral-sh/ruff-pre-commit@v0.11.7...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent 6621650 commit d2cb878

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,19 +7,19 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/rbubley/mirrors-prettier
10-
rev: v3.5.3
10+
rev: v3.6.2
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.7
14+
rev: v0.13.1
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]
1818
args: [--fix, --exit-non-zero-on-fix]
1919
- id: ruff-format
2020
types_or: [python, pyi, jupyter]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.15.0
22+
rev: v1.18.2
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [numpy, types-requests]

0 commit comments

Comments
 (0)