languages/python: add mypy

This commit is contained in:
Snoweuph 2026-02-04 22:42:48 +01:00 committed by Ching Pei Yang
commit f47c1df430
2 changed files with 31 additions and 1 deletions

View file

@ -173,6 +173,9 @@
- Added XML syntax highlighting, LSP support and formatting
- Added [mypy](https://www.mypy-lang.org/) to `languages.python` for extra
diagnostics.
- Added [tera](https://keats.github.io/tera/) language support (syntax
highlighting only).