Skip to content

Commit

Permalink
mypy mypy --non-interactive .
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Nov 14, 2023
1 parent 8989710 commit 648e257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- run: black --check --skip-string-normalization . || true
- run: ruff --format=github . # See pyproject.toml for configuration
- run: pip install -r pex-requirements.txt -r tests/requirements.txt
- run: mypy --non-itneractive . # See setup.cfg for configuration
- run: mypy --non-interactive . # See setup.cfg for configuration
- run: safety check || true # Temporary fix for https://pyup.io/v/51457/f17

0 comments on commit 648e257

Please sign in to comment.