Skip to content

Commit

Permalink
DEV: separate mypy from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 21, 2024
1 parent b56d84e commit 5e8c6f7
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 74 deletions.
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ repos:
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.1"
hooks:
- id: mypy
files: src|tests
args: []
additional_dependencies:
- pytest
- numpy
- array-api-strict

- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
hooks:
Expand Down
Loading

0 comments on commit 5e8c6f7

Please sign in to comment.