mypy_primer icon indicating copy to clipboard operation
mypy_primer copied to clipboard

Run mypy and pyright over millions of lines of code

Results 28 mypy_primer issues
Sort by recently updated
recently updated
newest added

## Use-case / Context Suppose I have a library which is already in `typeshed` and which has started to add annotations. Comparing my annotations with `typeshed` is difficult until I...

I haven't looked too close at the implementation, but given that mypy_primer gets to run on the base commits, could we somehow leverage GitHub action cache to get the "base"...

I think a few libraries that are checked by mypy-primer use pandas. It might be nice to install pandas-stubs as a dependency for those projects. Background: It might be nice...

I would add these myself (well, I *will* if nobody has done the work for me in a couple days) but whatever, don't really feel like doing this right now:...

Good morning, This issue is to add support for detecting dependencies of the project(s) being scanned by MyPy. ## Use Case The use case of this feature is to understand...

I guess that it is a good idea to run priper, when the source code changes. This might catch possible regressions in the future.

As the title says, `mypy_primer` could totally detect diffs in mypy output for repros for issues on mypy -- this could help find issues that a PR closes. However, this...

Many modern-styled python packages with annotations use `poetry` as an installation method. Examples: - https://github.com/wemake-services/wemake-python-styleguide - https://github.com/wemake-services/dotenv-linter Do you think that it should be supported?