languages/python: add mypy (#1395)

This commit is contained in:
Snoweuph 2026-02-18 11:22:51 +01:00 committed by GitHub
commit 4d2f488358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).