diff --git a/src/versioningit/config.py b/src/versioningit/config.py index 4df7fb6..4a04fc5 100644 --- a/src/versioningit/config.py +++ b/src/versioningit/config.py @@ -90,7 +90,7 @@ def parse_toml_file(cls, filepath: str | Path) -> Config: table = tool.get("versioningit") try: hatch_config = tool["hatch"]["version"] - except (AttributeError, LookupError): + except (AttributeError, LookupError, TypeError): pass else: if (