No description
|
Some checks failed
Publish / publish (push) Failing after 0s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| src/lilith_mypy_config | ||
| pyproject.toml | ||
| README.md | ||
@lilith/mypy-config
Shared MyPy type checking configuration for Lilith Python projects.
Installation
pip install lilith-mypy-config
Usage
Copy mypy.ini to your project root, or reference the settings in pyproject.toml:
from lilith_mypy_config import get_config_path
# Get path to copy from
print(get_config_path())