-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more projects to mypy_primer #42
Comments
|
|
https://github.com/trezor/trezor-firmware once next mypy release is out |
Sounds like |
Maybe some of the projects that are now referring to python/mypy#731 |
If we want more coverage of sci code, can look at outlinks from python/mypy#13627 |
You can cross off flake8-pyi from the list at the top (added in 893b19f :) |
(they recently contributed a fix to those stubs: python/typeshed#9411) |
Project(
location="https://github.com/keithasaurus/koda-validate",
mypy_cmd="{mypy} koda_validate --check-untyped-defs --disallow-any-generics "
"--disallow-incomplete-defs --disallow-subclassing-any "
"--disallow-untyped-calls --disallow-untyped-decorators "
"--disallow-untyped-defs --no-implicit-optional --no-implicit-reexport "
"--strict-optional --strict-equality --warn-no-return "
"--warn-redundant-casts --warn-return-any --warn-unused-configs "
"--warn-unused-ignores --warn-unreachable",
pip_cmd="{pip} install koda"
)
PR: #75 |
https://github.com/Big-Theta/funktools uses new generic syntax |
https://github.com/static-frame/static-frame uncovered a crash in mypy python/mypy#17691 |
https://github.com/pybind/pybind11https://github.com/ronf/asyncssh
https://github.com/cytopia/pwncat
https://github.com/NervanaSystems/ngraph
https://github.com/openvinotoolkit/openvino/blob/master/src/bindings/python/setup.cfg
https://github.com/nv-legate/cunumeric
https://github.com/geofront-auth/geofront
https://github.com/whonore/Coqtail
https://github.com/relastle/glacier
https://github.com/qutebrowser/qutebrowser
https://github.com/pola-rs/polars
https://github.com/lark-parser/lark
https://github.com/tomerfiliba/plumbum
https://github.com/PyCQA/astroid
https://github.com/PyCQA/flake8-pyihttps://github.com/scikit-build/scikit-build
https://github.com/pypa/build
https://github.com/pypa/readme_renderer
https://github.com/xaviml/controllerx
https://github.com/bimmerconnected/bimmer_connected
https://github.com/scikit-hep/particle
https://github.com/scikit-hep/vector
https://github.com/mgedmin/check-manifest
https://github.com/osohq/oso
https://github.com/lemon24/reader
https://github.com/tareqpi/Nominatim
https://github.com/facebook/PathPicker
https://github.com/hynek/structlog
https://github.com/algorand/pyteal
https://github.com/explosion/spaCy
https://github.com/NixOS/nixops
https://github.com/bkovitz/FARGish
https://github.com/pantsbuild/pants
https://github.com/RobotLocomotion/drake
https://github.com/matrix-org/synapse
https://github.com/rsokl/phantom-tensors
The text was updated successfully, but these errors were encountered: