We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325c37d commit f295c01Copy full SHA for f295c01
crossplane/function/py.typed
pyproject.toml
@@ -14,6 +14,7 @@ classifiers = [
14
"Development Status :: 4 - Beta",
15
"Programming Language :: Python",
16
"Programming Language :: Python :: 3.11",
17
+ "Typing :: Typed",
18
]
19
20
dependencies = [
@@ -63,7 +64,7 @@ packages = ["crossplane"]
63
64
# This special environment is used by hatch fmt.
65
[tool.hatch.envs.hatch-static-analysis]
66
dependencies = ["ruff==0.11.2"]
-config-path = "none" # Disable Hatch's default Ruff config.
67
+config-path = "none" # Disable Hatch's default Ruff config.
68
69
[tool.ruff]
70
target-version = "py311"
0 commit comments