Skip to main content

Don’t type check the expansions, just the top-level script

ID
c173496
date
2024-05-19 20:49:53+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
efd1bcd
message
Don't type check the expansions, just the top-level script
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/workflows/test.yml (1247) → .github/workflows/test.yml (1231)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ac7744b..2dddad5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
         flake8 --ignore=E501,E203,W503,F821 --extend-select=W504
 
     - name: Check types
-      run: mypy *.py expansions/*.py
+      run: mypy *.py
 
     - name: Build the workflow
       run: python3 create_snippets.py