File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 3131 - name : Lint with pycodestyle
3232 run : |
3333 pycodestyle pyformlang || true
34+ - name : Check with pyright
35+ run : |
36+ pyright --stats pyformlang
3437 - name : Test with pytest
3538 run : |
3639 pytest --showlocals -v pyformlang
Original file line number Diff line number Diff line change 3535 - name : Lint with pycodestyle
3636 run : |
3737 pycodestyle pyformlang || true
38+ - name : Check with pyright
39+ run : |
40+ pyright --stats pyformlang
3841 - name : Test with pytest
3942 run : |
4043 pytest --showlocals -v pyformlang
Original file line number Diff line number Diff line change 3434 - name : Lint with pycodestyle
3535 run : |
3636 pycodestyle pyformlang || true
37+ - name : Check with pyright
38+ run : |
39+ pyright --stats pyformlang
3740 - name : Test with pytest
3841 run : |
3942 pytest --showlocals -v pyformlang
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ sphinx_rtd_theme
1010numpy
1111pylint
1212pycodestyle
13+ pyright
1314pydot
1415pygments >= 2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
1516pylint >= 2.7.0 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments