diff options
| author | natsuoto <[email protected]> | 2026-07-16 17:31:49 +0530 |
|---|---|---|
| committer | natsuoto <[email protected]> | 2026-07-16 17:31:49 +0530 |
| commit | 1b43c8dc09adb9b54609cc8a1916c99eb6fe75c9 (patch) | |
| tree | 7731af50ed9117f8ac3d200591c3be23818d7b19 /.github | |
| parent | b7ae2f3885d5ff84237c9da8bc0c64fe1a509465 (diff) | |
| download | edify-1b43c8dc09adb9b54609cc8a1916c99eb6fe75c9.tar.xz edify-1b43c8dc09adb9b54609cc8a1916c99eb6fe75c9.zip | |
chore: enforce fully strict static typing across library, tests, and tooling with zero suppressions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/github-actions.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0fcb6bf..27048f7 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,11 +15,11 @@ jobs: os: 'ubuntu-latest' - name: 'mypy' python: '3.11' - command: 'uv run mypy edify' + command: 'uv run mypy edify tools' os: 'ubuntu-latest' - name: 'pyright' python: '3.11' - command: 'uv run pyright edify' + command: 'uv run pyright' os: 'ubuntu-latest' - name: 'public-surface' python: '3.11' |
