Skip to content

Commit 65d5b34

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/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.14.6](astral-sh/ruff-pre-commit@v0.11.11...v0.14.6)
1 parent 53b9438 commit 65d5b34

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
@@ -9,18 +9,18 @@ ci:
99
skip: []
1010
repos:
1111
- repo: https://github.com/rbubley/mirrors-prettier
12-
rev: v3.5.3
12+
rev: v3.6.2
1313
hooks:
1414
- id: prettier
1515
exclude: ^.github/workflows/test.yaml
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.15.0
17+
rev: v1.18.2
1818
hooks:
1919
- id: mypy
2020
additional_dependencies: [numpy, types-requests]
2121
exclude: tests/|docs/
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.11.11
23+
rev: v0.14.6
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)