Skip to content

Commit d7afb81

Browse files
committed
changes from pre-commit run
1 parent ed1c6a2 commit d7afb81

File tree

7 files changed

+7
-10
lines changed

7 files changed

+7
-10
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ buildvariants:
187187
- rhel87-small
188188
tasks:
189189
- name: test-llama-index
190-
190+
191191
- name: test-docarray-rhel
192192
display_name: DocArray RHEL
193193
expansions:
@@ -210,4 +210,4 @@ buildvariants:
210210
run_on:
211211
- rhel87-small
212212
tasks:
213-
- name: test-autogen
213+
- name: test-autogen

.evergreen/utils.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ setup_local_atlas() {
8080
*)
8181
echo "Unrecognized state $STATE"
8282
sleep 1
83-
esac
83+
esac
8484
done
8585

8686
echo "container did not get healthy within 120 seconds, quitting"
@@ -101,5 +101,3 @@ fetch_local_atlas_uri() {
101101
export CONN_STRING=$CONN_STRING
102102
echo "$CONN_STRING"
103103
}
104-
105-

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
python -m pip install -U pip pre-commit
2727
- name: Run linters
2828
run: |
29-
pre-commit run --hook-stage=manual --all-files
29+
pre-commit run --hook-stage=manual --all-files

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ xunit-results/
4949

5050
# Miscellaneous
5151
.DS_Store
52-

docarray/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ poetry install --with dev --extras mongo
2323
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
2424
MONGODB_URI=$docarray_mongodb_uri \
2525
MONGODB_DATABASE="docarray_test_db" \
26-
pytest -v tests/index/mongo_atlas
26+
pytest -v tests/index/mongo_atlas

llama-index-python-kvstore/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
1010

1111
# cd to the MongoDB integration. It has its own project
1212
cd llama-index-integrations/storage/kvstore/llama-index-storage-kvstore-mongodb
13-
13+
1414
# Install Poetry into base python
1515
$PYTHON_BINARY -m pip install -U pip poetry
1616
# Create a package specific poetry environment

semantic-kernel-csharp/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ sed -i -e 's/"MongoDB Atlas cluster is required"/null/g' dotnet/src/IntegrationT
2020
# Run tests
2121
echo "Running MongoDBMemoryStoreTests"
2222
MongoDB__ConnectionString=$(fetch_local_atlas_uri) \
23-
$DOTNET_SDK_PATH/dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBMemoryStoreTests
23+
$DOTNET_SDK_PATH/dotnet test dotnet/src/IntegrationTests/IntegrationTests.csproj --filter SemanticKernel.IntegrationTests.Connectors.MongoDB.MongoDBMemoryStoreTests

0 commit comments

Comments
 (0)