Return ``~/.specify/auth.json``.
()
| 32 | |
| 33 | |
| 34 | def _default_config_path() -> Path: |
| 35 | """Return ``~/.specify/auth.json``.""" |
| 36 | return Path.home() / ".specify" / "auth.json" |
| 37 | |
| 38 | |
| 39 | def _is_valid_host_pattern(pattern: str) -> bool: |
no outgoing calls
no test coverage detected