Skip to content

Commit

Permalink
strict
Browse files Browse the repository at this point in the history
  • Loading branch information
artemisart committed Jan 19, 2024
1 parent e7f6908 commit 64dfef7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@ jobs:
run: poetry run pytest --cov=functional --cov-report=xml
if: always()
- name: mypy
run: poetry run mypy functional
run: poetry run mypy --strict functional
if: always()
- uses: tsuyoshicho/action-mypy@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
execute_command: poetry run mypy
execute_command: poetry run mypy --strict
filter_mode: nofilter
mypy_flags: --strict
if: matrix.python-version == '3.11' # run only on latest to avoid duplicate warnings
- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 64dfef7

Please sign in to comment.