Releases: typeddjango/pytest-mypy-plugins
Releases · typeddjango/pytest-mypy-plugins
Version 3.2.0
Version 3.1.2
Bugfixes
- Fix joining
tomlconfigs with[[mypy.overrides]]
Version 3.1.1
Bugfixes
- Make sure that schema is open by default: only check existing fields
- Add
--mypy-schema-closedoption to check schemas with no extra fields
Version 3.1.0
Features
- Add
python3.12support - Add
[email protected]support - Add schema definition
Version 3.0.0
Features
- Breaking: Drop python3.7 support
- Add
pyproject.tomlconfig file support with--mypy-pyproject-toml-fileoption
Bugfixes
- Add
tox.inifile tosdistpackage - Add
requirements.txtfile tosdistpackage - Add
pyproject.tomlfile tosdistpackage
Version 2.0.0
Features
- Use
jinja2instead ofchevronfor templating - Allow parametrizing
mypy_configfield in tests - Bump minimal
mypyandpytestversions
Bugfixes
- Also include
mypy.iniandpytest.initosdistpackage
Version 1.11.1
Bugfixes
- Adds
tests/subfolder tosdistpackage
Version 1.11.0
Features
- Adds
python3.11support and promise aboutpython3.12support - Removes
pkg_resourcesto usepackaginginstead
Version 1.10.1
Bugfixes
- Removes unused depenencies for
python < 3.7 - Fixes compatibility with pytest 7.2, broken due to a private import from
py._path.
Version 1.10.0
Features
- Changes how
mypy>=0.970handlesMYPYPATH - Bumps minimal
mypyversion tomypy>=0.970 - Drops
python3.6support