diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c964d34d..6bcbbbe7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,6 @@ ci: autoupdate_branch: "master" autoupdate_commit_msg: "⬆️ update pre-commit hooks" skip: - - basedmypy - basedpyright repos: @@ -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]