Skip to content

Commit 7800ed8

Browse files
moving mypy to repo-link
1 parent 311b847 commit 7800ed8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ repos:
8484
- id: nbqa-isort
8585
- id: nbqa-flake8
8686

87-
- repo: local
87+
- repo: https://github.com/pre-commit/mirrors-mypy
88+
rev: v1.19.1
8889
hooks:
8990
- id: mypy
90-
name: mypy (uv)
91+
name: mypy (pre-commit)
9192
entry: uv run mypy --config=pyproject.toml
9293
language: system
9394
pass_filenames: false

0 commit comments

Comments
 (0)