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 c0c6d21 commit f46d41fCopy full SHA for f46d41f
src/gitingest/ingestion_schema.py
@@ -57,7 +57,6 @@ class IngestionQuery(BaseModel): # pylint: disable=too-many-instance-attributes
57
max_file_size: int = Field(default=MAX_FILE_SIZE)
58
ignore_patterns: Optional[Set[str]] = None
59
include_patterns: Optional[Set[str]] = None
60
- pattern_type: Optional[str] = None # TODO remove this field
61
62
class Config:
63
"""Pydantic model configuration."""
0 commit comments