mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Add typing for content
This commit is contained in:
parent
83eb81ff7f
commit
5cb154fa1b
3 changed files with 19 additions and 14 deletions
6
.github/workflows/run-static.yml
vendored
6
.github/workflows/run-static.yml
vendored
|
|
@ -28,3 +28,9 @@ jobs:
|
|||
python-version: "3.12"
|
||||
- name: Run pre-commit
|
||||
uses: pre-commit/action@v3.0.1
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ".[tests]"
|
||||
- name: Run pyright
|
||||
run: pyright src tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue