Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
dev env: re-add typed-ast to fix mypy on python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Apr 11, 2022
1 parent 478bfe3 commit c540591
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ pylint-import-requirements = "*"
pytest = "*"
pytest-cov = "*"

# mypy on python<3.8
typed-ast = {markers = "python_version < '3.8'"}

[requires]
python_version = "3"

Expand Down
33 changes: 32 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c540591

Please sign in to comment.