Skip to content

Commit 5e8c6f7

Browse files
committed
DEV: separate mypy from pre-commit
1 parent b56d84e commit 5e8c6f7

File tree

4 files changed

+244
-74
lines changed

4 files changed

+244
-74
lines changed

.pre-commit-config.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ repos:
4848
args: ["--fix", "--show-fixes"]
4949
- id: ruff-format
5050

51-
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.11.1"
53-
hooks:
54-
- id: mypy
55-
files: src|tests
56-
args: []
57-
additional_dependencies:
58-
- pytest
59-
- numpy
60-
- array-api-strict
61-
6251
- repo: https://github.com/codespell-project/codespell
6352
rev: "v2.3.0"
6453
hooks:

0 commit comments

Comments
 (0)