We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3f17c commit c21a7deCopy full SHA for c21a7de
1 file changed
.github/workflows/mypy.yml
@@ -17,4 +17,4 @@ jobs:
17
pip install numpy
18
pip install mypy
19
- name: Mypy
20
- mypy --strict tictactoe
+ run: mypy --strict tictactoe
0 commit comments