Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» remove mypy from pre-commit (too slow) (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham authored Dec 19, 2024
2 parents 57e8d0c + 16cc5d5 commit 937774b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 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 @@ -70,12 +69,6 @@ repos:
hooks:
- id: basedpyright
name: basedpyright
entry: uv run --no-sync basedpyright
language: system
types_or: [python, pyi]

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

0 comments on commit 937774b

Please sign in to comment.