From 0497854531c7d6681400ad268e72ec0610b0c480 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Mon, 23 Sep 2024 08:37:58 -0700 Subject: [PATCH] ci: Remove dependencies from the updater workflow that don't actually need to be updated during the workflow. The dependencies are kept up-to-date by dependabot. --- .github/workflows/update-python-and-pre-commit-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-python-and-pre-commit-dependencies.yml b/.github/workflows/update-python-and-pre-commit-dependencies.yml index e96bd061..fe31b3cf 100644 --- a/.github/workflows/update-python-and-pre-commit-dependencies.yml +++ b/.github/workflows/update-python-and-pre-commit-dependencies.yml @@ -10,7 +10,7 @@ jobs: with: commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }} commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }} - dependency-dict: '{"dev": ["pylint", "pyright"], "tests": ["ruff"]}' + dependency-dict: '{"tests": ["ruff"]}' update-pre-commit: true run-pre-commit: true pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit