Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TYP: Inline typing annotations#5

TYP: Inline typing annotations

TYP: Inline typing annotations #5

Workflow file for this run

name:Type-check
on:
push:
branches:[main]
pull_request:
workflow_dispatch:
concurrency:
group:${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress:true
jobs:
type-check:
runs-on:ubuntu-latest
timeout-minutes:5
steps:
-uses:actions/checkout@v4
-uses:astral-sh/setup-uv@v5
with:
python-version:"3.11"
-name:env setup
run:|
uv venv .venv
source .venv/bin/activate
uv pip install ".[test]" numpy mypy
-name:run mypy
run:>
mypy
--tb
--no-incremental
--cache-dir=/dev/null
--soft-error-limit=-1
numpy_financial
-name:run pyright
uses:jakebailey/pyright-action@v2
with:
working-directory:numpy_financial

[8]ページ先頭

©2009-2025 Movatter.jp