16th March 2022
Coding⚑
Python⚑
Pydantic⚑
-
New: Use mypy pydantic's plugin.
If you use mypy I highly recommend you to activate the pydantic plugin by adding to your
pyproject.toml
:[tool.mypy] plugins = [ "pydantic.mypy" ] [tool.pydantic-mypy] init_forbid_extra = true init_typed = true warn_required_dynamic_aliases = true warn_untyped_fields = true
HTML⚑
- New: Sum up the W3 HTML tutorial.