add catch-dotenv hook to README and improve test clarity

This commit is contained in:
Chris Rowe 2025-08-28 21:25:38 -06:00
parent 3e8b0c9e1a
commit 476396a2b9
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View file

@ -57,7 +57,7 @@ def _read_gitignore(gitignore_file: str) -> tuple[str, list[str]]:
file=sys.stderr,
)
raise
return original_text if lines else '', lines
return original_text, lines
def _normalize_gitignore_lines(