mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-16 03:51:07 +03:00
Merge branch 'main' into test/playwright-mobile-ui-setup
This commit is contained in:
2
.github/scripts/check-file-writes.sh
vendored
2
.github/scripts/check-file-writes.sh
vendored
@@ -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
|
||||
|
||||
2
.github/scripts/file-whitelist-check.sh
vendored
2
.github/scripts/file-whitelist-check.sh
vendored
@@ -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$"
|
||||
|
||||
Reference in New Issue
Block a user