From b83fde621f0af7a25defd9289a49560f453a8a2e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:22:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 2 +- notebooks/webapi-server.ipynb | 44 +++++++++++++++++------------------ 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e7b2f7..d029421 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: rev: v0.3.9 hooks: - id: blackdoc - additional_dependencies: ["black==23.12.1"] + additional_dependencies: ["black==24.3.0"] - id: blackdoc-autoupdate-black - repo: https://github.com/pycqa/flake8 diff --git a/notebooks/webapi-server.ipynb b/notebooks/webapi-server.ipynb index 22a0f42..9618141 100644 --- a/notebooks/webapi-server.ipynb +++ b/notebooks/webapi-server.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "1e701fc0-c83b-4467-bec1-e2167338bdd0", + "id": "0", "metadata": { "jp-MarkdownHeadingCollapsed": true, "tags": [] @@ -14,7 +14,7 @@ { "cell_type": "code", "execution_count": null, - "id": "49d4c876-7ba4-4cad-9717-5569418b2147", + "id": "1", "metadata": {}, "outputs": [], "source": [ @@ -24,7 +24,7 @@ { "cell_type": "code", "execution_count": null, - "id": "52b06fc3-f0c5-4b6b-969a-82d4a7e3c9b3", + "id": "2", "metadata": {}, "outputs": [], "source": [ @@ -34,7 +34,7 @@ { "cell_type": "code", "execution_count": null, - "id": "e881cd7a-dfd5-48be-81e4-de5e012966a0", + "id": "3", "metadata": {}, "outputs": [], "source": [ @@ -44,7 +44,7 @@ { "cell_type": "code", "execution_count": null, - "id": "47e15fa1-d0c8-4b68-8164-e163a69583e7", + "id": "4", "metadata": {}, "outputs": [], "source": [ @@ -54,7 +54,7 @@ { "cell_type": "code", "execution_count": null, - "id": "774eb592-0509-4fab-8ebd-98338432d298", + "id": "5", "metadata": {}, "outputs": [], "source": [ @@ -64,7 +64,7 @@ { "cell_type": "code", "execution_count": null, - "id": "fa45cae7-1818-45d5-8e18-8523ae052ee6", + "id": "6", "metadata": {}, "outputs": [], "source": [ @@ -74,7 +74,7 @@ { "cell_type": "code", "execution_count": null, - "id": "f7d14f09-82fb-4d41-9a4c-bdadf16a91d4", + "id": "7", "metadata": {}, "outputs": [], "source": [ @@ -94,7 +94,7 @@ }, { "cell_type": "raw", - "id": "a983f944-dc2d-47f7-aeaf-b372d7d412ab", + "id": "8", "metadata": {}, "source": [ "import aiohttp" @@ -103,7 +103,7 @@ { "cell_type": "code", "execution_count": null, - "id": "585aa4c2-327a-4167-ad5c-e18d9f4ae8f6", + "id": "9", "metadata": {}, "outputs": [], "source": [ @@ -113,7 +113,7 @@ { "cell_type": "code", "execution_count": null, - "id": "bea58d41-b1b5-44ae-82b6-083cb3f76b55", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -123,7 +123,7 @@ { "cell_type": "code", "execution_count": null, - "id": "3b7a8745-e332-489f-aaf0-c5e9437b8634", + "id": "11", "metadata": {}, "outputs": [], "source": [ @@ -133,7 +133,7 @@ { "cell_type": "code", "execution_count": null, - "id": "7aaa6aa8-2f8f-4288-a3dd-3864b1fd0ce5", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -143,7 +143,7 @@ { "cell_type": "code", "execution_count": null, - "id": "8e6bcd82-ed79-4393-aeaa-9fab1bb325f6", + "id": "13", "metadata": { "tags": [] }, @@ -155,7 +155,7 @@ }, { "cell_type": "markdown", - "id": "9e77c61b-7d49-483a-b892-5b9e339bed62", + "id": "14", "metadata": {}, "source": [ "## stac server tests" @@ -164,7 +164,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9d4f07cd-101a-41be-94f1-32898e948220", + "id": "15", "metadata": {}, "outputs": [], "source": [ @@ -174,7 +174,7 @@ { "cell_type": "code", "execution_count": null, - "id": "084d8e98-2dd4-487c-a356-10668ac3226a", + "id": "16", "metadata": {}, "outputs": [], "source": [ @@ -185,7 +185,7 @@ { "cell_type": "code", "execution_count": null, - "id": "086c976c-3fee-4fa6-bdfe-30d6e1f928a9", + "id": "17", "metadata": {}, "outputs": [], "source": [ @@ -196,7 +196,7 @@ { "cell_type": "code", "execution_count": null, - "id": "1a3788b2-e449-4077-a90a-8e2759fba267", + "id": "18", "metadata": {}, "outputs": [], "source": [ @@ -207,7 +207,7 @@ { "cell_type": "code", "execution_count": null, - "id": "a376c1e4-4941-4362-9214-d2f4183f2299", + "id": "19", "metadata": { "tags": [] }, @@ -231,7 +231,7 @@ { "cell_type": "code", "execution_count": null, - "id": "1f42c8d9-4936-41df-88a4-3deaccf0533d", + "id": "20", "metadata": { "tags": [] }, @@ -243,7 +243,7 @@ { "cell_type": "code", "execution_count": null, - "id": "6f1e6c32-31c5-4eec-b603-575ee46e962e", + "id": "21", "metadata": { "tags": [] },