We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36f4b5 commit 89ca82dCopy full SHA for 89ca82d
src/gitingest/schemas/ingestion.py
@@ -41,7 +41,7 @@ class IngestionQuery(BaseModel): # pylint: disable=too-many-instance-attributes
41
tag : str | None
42
The tag of the repository.
43
max_file_size : int
44
- The maximum file size to ingest (default: 10 MB).
+ The maximum file size to ingest in bytes (default: 10 MB).
45
ignore_patterns : set[str]
46
The patterns to ignore (default: ``set()``).
47
include_patterns : set[str] | None
0 commit comments