mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 21:09:58 -06:00
chore: disable MyPy, add target version py312, update documentation
This commit is contained in:
committed by
James Murdza
parent
da031a3fa5
commit
b3a65c373e
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@@ -37,8 +37,9 @@ jobs:
|
||||
run: |
|
||||
uv run isort --check-only .
|
||||
uv run black --check .
|
||||
uv run ruff check --ignore E501,E402,I001,I002 .
|
||||
uv run mypy .
|
||||
uv run ruff check .
|
||||
# Temporarily disabled due to untyped codebase
|
||||
# uv run mypy .
|
||||
|
||||
# TypeScript type check
|
||||
- name: TypeScript typecheck
|
||||
|
||||
Reference in New Issue
Block a user