Skip to content

Commit

Permalink
Remove pre-commit mypy checker
Browse files Browse the repository at this point in the history
The hubverse_transform package is not mypy-friendly, due mostly to
the use of the cloudpath library. Until we make that right, let's
remove the automated mypy static checks.
  • Loading branch information
bsweger committed Jan 27, 2025
1 parent d3eb7ed commit 5ef627b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ repos:
rev: v2.2.4
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [types-all]

0 comments on commit 5ef627b

Please sign in to comment.