We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdbe75 commit 2292398Copy full SHA for 2292398
.github/workflows/run-tests.yml
@@ -48,6 +48,6 @@ jobs:
48
49
- name: Run mypy on selected files
50
run: |
51
- Write-Host "Running mypy on: .\asm-lang.py .\ext\gui.py .\ext\image.py .\ext\networking.py .\ext\win32.py"
52
- python -m mypy --show-error-codes .\asm-lang.py .\ext\gui.py .\ext\image.py .\ext\networking.py .\ext\win32.py
+ Write-Host "Running mypy on: .\asm-lang.py .\ext\networking.py .\ext\win32.py .\lib\gui\gui.py .\lib\image\image.py"
+ python -m mypy --show-error-codes .\asm-lang.py .\ext\networking.py .\ext\win32.py .\lib\gui\gui.py .\lib\image\image.py
53
shell: pwsh
0 commit comments