Skip to content

Commit

Permalink
Remove mypy pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
vinisalazar committed Aug 31, 2022
1 parent 1d7be97 commit 96bc112
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ repos:
- id: black
language_version: python3

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
hooks:
- id: mypy
exclude: docs/source/conf.py
entry: bash -c 'exec env CONDA_PREFIX="$(python -c "import sys; print(sys.executable)")"'
args: ["--ignore-missing-imports", "--python-executable=CONDA_PREFIX"]

- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
hooks:
Expand Down

0 comments on commit 96bc112

Please sign in to comment.