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 023ea6e80770a11333803bb51ccff3ab5dd419db Mon Sep 17 00:00:00 2001 From: Abir Khan Date: Wed, 5 Aug 2026 23:34:03 +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..bccafca131 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