Add mypy to pre-commit

This commit is contained in:
Jared Dillard
2025-08-10 15:02:01 -07:00
parent 8da5aa9052
commit bb75a8ba77
+7
View File
@@ -18,6 +18,13 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
hooks:
- id: mypy
files: ^sphinx_llms_txt/
additional_dependencies: [types-docutils]
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.0
hooks: