Skip to content

Commit

Permalink
ci: Remove dependencies from the updater workflow that don't actually…
Browse files Browse the repository at this point in the history
… need to be updated during the workflow.

The dependencies are kept up-to-date by dependabot.
  • Loading branch information
nfelt14 committed Sep 23, 2024
1 parent e799bcc commit 0497854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0497854

Please sign in to comment.