8000 mypy annotations (basic) + libvcs update by tony · Pull Request #373 · vcs-python/vcspull · GitHub
[go: up one dir, main page]

Skip to content

mypy annotations (basic) + libvcs update #373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 25, 2022
Prev Previous commit
Next Next commit
ci(tests): Check mypy
  • Loading branch information
tony committed Sep 25, 2022
commit 146e222d7406c0f8e44207af357d59e09ae72ad9
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Lint with flake8
run: poetry run flake8

- name: Lint with mypy
run: poetry run mypy .

- name: Test with pytest
run: poetry run py.test --cov=./ --cov-append --cov-report=xml
env:
Expand Down
0