Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.13' # or '3.12'
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ repos:
- --additional-pattern
- '_PASSWORD=[0-9a-zA-Z_-]{10}'
- repo: https://github.com/ambv/black
rev: 24.1.1 # Use latest tag on GitHub
rev: 25.11.0 # Use latest tag on GitHub
hooks:
- id: black-jupyter
Original file line number Diff line number Diff line change
Expand Up @@ -1106,8 +1106,7 @@
"metadata": {},
"outputs": [],
"source": [
"\"\"\" Convert search_results from es|ql to a dict with _source\n",
" and subproperties of score, description, category, and product \"\"\"\n",
"# Convert search_results from es|ql to a dict with _source and subproperties of score, description, category, and product\n",
"\n",
"\n",
"def normalize_results(search_results):\n",
Expand Down