aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authornatsuoto <[email protected]>2026-07-16 17:31:49 +0530
committernatsuoto <[email protected]>2026-07-16 17:31:49 +0530
commit1b43c8dc09adb9b54609cc8a1916c99eb6fe75c9 (patch)
tree7731af50ed9117f8ac3d200591c3be23818d7b19 /.github/workflows
parentb7ae2f3885d5ff84237c9da8bc0c64fe1a509465 (diff)
downloadedify-1b43c8dc09adb9b54609cc8a1916c99eb6fe75c9.tar.xz
edify-1b43c8dc09adb9b54609cc8a1916c99eb6fe75c9.zip
chore: enforce fully strict static typing across library, tests, and tooling with zero suppressions
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/github-actions.yml4
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'