MCPcopy Index your code
hub / github.com/github/spec-kit / PresetCompatibilityError

Class PresetCompatibilityError

src/specify_cli/presets/__init__.py:110–112  ·  view source on GitHub ↗

Raised when preset is incompatible with current environment.

Source from the content-addressed store, hash-verified

108
109
110class PresetCompatibilityError(PresetError):
111 """Raised when preset is incompatible with current environment."""
112 pass
113
114
115VALID_PRESET_TEMPLATE_TYPES = {"template", "command", "script"}

Callers 1

check_compatibilityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected