mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Check types against older Click that still has correct types
https://github.com/pallets/click/issues/2558
This commit is contained in:
@@ -151,6 +151,7 @@ dependencies = [
|
||||
"types-PyYAML",
|
||||
"types-setuptools",
|
||||
"typing-extensions",
|
||||
"click <8.1.4",
|
||||
]
|
||||
[tool.hatch.envs.types.scripts]
|
||||
check = "mypy mkdocs"
|
||||
|
||||
Reference in New Issue
Block a user