mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-08 05:18:49 +03:00
refactor: enforce BasedPyright strict type checking (#5158)
This commit is contained in:
@@ -129,6 +129,10 @@ jobs:
|
||||
if: matrix.coverage
|
||||
run: uv run --no-sync ruff check nanobot tests conftest.py
|
||||
|
||||
- name: Type check with BasedPyright (strict)
|
||||
if: matrix.coverage
|
||||
run: uv run --no-sync basedpyright
|
||||
|
||||
- name: Run tests with coverage
|
||||
if: matrix.coverage
|
||||
run: >-
|
||||
|
||||
Reference in New Issue
Block a user