From 09303ddc5db0f1ad6a577c10fa5a9984605c85af Mon Sep 17 00:00:00 2001 From: Abir Khan Date: Wed, 5 Aug 2026 19:29:11 +0800 Subject: [PATCH 1/2] Add mkdocs-material to Documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19662a181f..f571675a49 100644 --- a/README.md +++ b/README.md @@ -722,6 +722,7 @@ _Libraries for generating project documentation._ - [diagrams](https://github.com/mingrammer/diagrams) - Diagram as Code. - [mkdocs](https://github.com/mkdocs/mkdocs/) - Markdown friendly documentation generator. +- [mkdocs-material](https://github.com/squidfunk/mkdocs-material) - The most popular theme for MkDocs, used by FastAPI, Pydantic, and many others. - [pdoc](https://github.com/mitmproxy/pdoc) - Epydoc replacement to auto generate API documentation for Python libraries. - [sphinx](https://github.com/sphinx-doc/sphinx/) - Python Documentation generator. - [awesome-sphinxdoc](https://github.com/ygzgxyz/awesome-sphinxdoc) From 28847e9c3cc55ab1f7c016295f8a45de2f5dd0a4 Mon Sep 17 00:00:00 2001 From: Abir Khan Date: Wed, 5 Aug 2026 23:34:45 +0800 Subject: [PATCH 2/2] Add pyright to Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f571675a49..5810c5d72c 100644 --- a/README.md +++ b/README.md @@ -644,6 +644,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome- - Type Checkers - [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing) - [mypy](https://github.com/python/mypy) - Check variable types during compile time. - [pyrefly](https://github.com/facebook/pyrefly) - A fast type checker and language server for Python. +- [pyright](https://github.com/microsoft/pyright) - Microsoft's static type checker for Python, used by Pylance in VS Code. - [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server. - [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types. - Type Annotations Generators