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 fd1a262 commit 0345ab4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
with:
commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }}
commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }}
dependency-dict: '{"dev": ["pylint", "pyright"]}'
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 0345ab4

Please sign in to comment.