Check types against older Click that still has correct types

https://github.com/pallets/click/issues/2558
This commit is contained in:
Oleh Prypin
2023-07-07 14:27:18 +02:00
parent fe80d58dd4
commit 21c618a1c6

View File

@@ -151,6 +151,7 @@ dependencies = [
"types-PyYAML",
"types-setuptools",
"typing-extensions",
"click <8.1.4",
]
[tool.hatch.envs.types.scripts]
check = "mypy mkdocs"