From 1cf94eda21cf80a9cbf8346e53ccf07afa67dfe3 Mon Sep 17 00:00:00 2001 From: Tammy Do <61042740+tamidodo@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:52:59 -0700 Subject: [PATCH 1/2] rename file --- .github/workflows/{deploy.yaml => deploy.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{deploy.yaml => deploy.yml} (100%) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yml similarity index 100% rename from .github/workflows/deploy.yaml rename to .github/workflows/deploy.yml From ffa4c94a5ad0aaaea12e070b9c905b0ec5ec010f Mon Sep 17 00:00:00 2001 From: Tammy Do <61042740+tamidodo@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:03:36 -0700 Subject: [PATCH 2/2] add black and flake8 to the requirements --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index d1a70648..f764739e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,3 +22,5 @@ tifffile==2023.4.12 tzdata==2023.3 Werkzeug==2.2.3 zipp==3.15.0 +black==22.10.0 +flake8==6.0.0