Merge branch 'main' into test/playwright-mobile-ui-setup

This commit is contained in:
LearningCircuit
2026-02-08 12:30:32 +01:00
committed by GitHub
542 changed files with 165729 additions and 5086 deletions

View File

@@ -181,7 +181,7 @@ if [ -n "$ALL_MATCHES" ]; then
# Filter system config files (not user data)
if [ "$skip_line" -eq 0 ]; then
if echo "$line" | grep -qE "web/app_factory\.py|web/server_config\.py|web_search_engines/engines/search_engine_local\.py"; then
if echo "$line" | grep -qE "web/app_factory\.py|web/server_config\.py|web_search_engines/engines/search_engine_local\.py|document_loaders/bytes_loader\.py"; then
skip_line=1
fi
fi

View File

@@ -17,7 +17,6 @@ ALLOWED_PATTERNS=(
"\.xml$"
"\.sh$"
"\.cfg$"
"\.flake8$"
"\.ipynb$"
"\.template$"
"\.toml$"
@@ -28,7 +27,6 @@ ALLOWED_PATTERNS=(
".*\.gitkeep$"
".*\.gitignore$"
"^\.pre-commit-config\.yaml$"
"^\.isort\.cfg$"
"^\.coveragerc$"
"^\.secrets\.baseline$"
"^\.gitleaks\.toml$"