Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
--strict --ignore-missing-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 authored Aug 16, 2020
1 parent 0a4b953 commit ebab438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: python -m pip install mypy

- name: Run mypyp
run: mypy rsi/
run: mypy rsi/ --strict --ignore-missing-imports

0 comments on commit ebab438

Please sign in to comment.