Merge pull request #138 from negz/typical

Let tools know this library supports type hints
This commit is contained in:
Nic Cope 2025-04-02 14:29:30 +01:00 committed by GitHub
commit 8895e9d9af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

View File

@ -14,6 +14,7 @@ classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.11",
"Typing :: Typed",
]
dependencies = [
@ -63,7 +64,7 @@ packages = ["crossplane"]
# This special environment is used by hatch fmt.
[tool.hatch.envs.hatch-static-analysis]
dependencies = ["ruff==0.11.2"]
config-path = "none" # Disable Hatch's default Ruff config.
config-path = "none" # Disable Hatch's default Ruff config.
[tool.ruff]
target-version = "py311"