python/mypy
Optional static typing for Python
A plugin for flake8 integrating Mypy.
Appears on
Quick read
Latest capture 2026-08-13 03:03
0 paths
Agent instructions and tool configuration found in this repository.
No config files detected.
5 observed captures since 2026-06-08. Observed captures are shown by default.
Stars from first capture 0
Observed captures only
All tracked data
Observed snapshots
Observed snapshots
Nearest indexed repositories by embedding similarity.
Optional static typing for Python
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
A simple program which checks Python source files for errors
Re-apply type annotations from .pyi stubs to your codebase.
PEP-484 type hints bindings for the Django web framework