Skip to content

Commit

Permalink
Fix comment about pyre-check
Browse files Browse the repository at this point in the history
When using type hints, we may want to investigate
[pyre-check](https://pyre-check.org), from the Pyre project, not the
"pyre" PyPI package, which seems to be a placeholder.

Signed-off-by: Kevin Locke <[email protected]>
  • Loading branch information
kevinoid committed Oct 20, 2020
1 parent ef31eb3 commit 20e3d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ vulture

# For projects using PEP 484 type hints:
# flake8-mypy
# pyre
# pyre-check
# pytype

0 comments on commit 20e3d70

Please sign in to comment.