No description
Find a file
autocommit 3dca556549
Some checks failed
Publish / publish (push) Failing after 0s
deps-upgrade(config): ⬆️ Update config dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 00:21:42 -07:00
.forgejo/workflows chore: migrate to DRY reusable workflow 2026-01-21 12:50:19 -08:00
src/lilith_mypy_config chore: initial commit - lilith-mypy-config 2026-01-21 12:38:09 -08:00
pyproject.toml deps-upgrade(config): ⬆️ Update config dependencies to latest stable versions 2026-04-12 00:21:42 -07:00
README.md chore: initial commit - lilith-mypy-config 2026-01-21 12:38:09 -08:00

@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())