Skip to content

Commit

Permalink
update mypy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 9, 2022
1 parent 4d31e66 commit d91de1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ def inner() -> Optional[int]:
Project(
location="https://github.com/python/mypy",
mypy_cmd="{mypy} --config-file mypy_self_check.ini -p mypy -p mypyc",
pip_cmd="{pip} install pytest types-typed-ast",
pip_cmd="{pip} install pytest types-typed-ast filelock",
expected_success=True,
),
Project(
Expand Down

0 comments on commit d91de1f

Please sign in to comment.