##// END OF EJS Templates
Run mypy on more files.
Matthias Bussonnier -
Show More
@@ -27,6 +27,18 b' jobs:'
27 - name: Lint with mypy
27 - name: Lint with mypy
28 run: |
28 run: |
29 mypy IPython/terminal/ptutils.py
29 mypy IPython/terminal/ptutils.py
30 mypy IPython/core/magics/*.py
31 mypy IPython/terminal/__init__.py
32 mypy IPython/terminal/console.py
33 #mypy IPython/terminal/debugger.py
34 #mypy IPython/terminal/embed.py
35 mypy IPython/terminal/interactiveshell.py
36 mypy IPython/terminal/ipapp.py
37 mypy IPython/terminal/magics.py
38 mypy IPython/terminal/prompts.py
39 mypy IPython/terminal/ptshell.py
40 mypy IPython/terminal/ptutils.py
41 mypy IPython/terminal/shortcuts.py
30 mypy IPython/core/c*.py
42 mypy IPython/core/c*.py
31 - name: Lint with pyflakes
43 - name: Lint with pyflakes
32 run: |
44 run: |
General Comments 0
You need to be logged in to leave comments. Login now