Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» remove mypy from pre-commit (too slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 19, 2024
1 parent 57e8d0c commit 5a868b5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ci:
autoupdate_branch: "master"
autoupdate_commit_msg: "⬆️ update pre-commit hooks"
skip:
- basedmypy
- basedpyright

repos:
Expand Down Expand Up @@ -73,9 +72,3 @@ repos:
entry: uv run --no-sync basedpyright
language: system
types_or: [python, pyi]

- id: basedmypy
name: basedmypy
entry: uv run poe mypy
language: system
types_or: [python, pyi]

0 comments on commit 5a868b5

Please sign in to comment.