mapillary / mapillary/mapillary-python-sdk
[Feature, GFI] Include Pyre-Check for performant type checking
@calicomills is already working on this.
Since Aug 15, 2021.
- Dominant language
- Python
- Stars
- 66
- Forks
- 23
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 11
Description
Is your feature request related to a problem? Please describe.
There is often no way to check if proper type checking and performant checking are being done within the project. The only focus so far has been on linting and formatting.
It would be nice that this project under Facebook incorporates functionalities provided by Pyre-Check for project performance
Describe the solution you'd like
Discussion over how to integrate and implement Pyre-Check.
Describe alternatives you've considered
I am not aware of tools that act like Pyre, but Pyre is favored since it's developed under Facebook.
Additional context
None.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.