python-deps(deps-dev): update pyright requirement from 1.1.386 to 1.1.387 in the python-dependencies group #82
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Update python linting dependencies in-sync with pre-commit | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
update-python-and-pre-commit-dependencies: | |
if: ${{ github.actor == 'dependabot[bot]' && contains(github.head_ref, '/pip/') }} | |
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected] | |
with: | |
commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }} | |
commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }} | |
update-pre-commit: true | |
run-pre-commit: true | |
pre-commit-hook-skip-list: pylint,pyright,pyright-verifytypes,pyroma,poetry-audit | |
pre-commit-repo-update-skip-list: https://github.com/executablebooks/mdformat | |
export-dependency-groups: docs,tests | |
permissions: | |
contents: write | |
secrets: | |
checkout-token: ${{ secrets.TEK_OPENSOURCE_TOKEN }} | |
gpg-signing-key-private: ${{ secrets.TEK_OPENSOURCE_GPG_SIGNING_KEY_PRIVATE }} | |
gpg-signing-key-passphrase: ${{ secrets.TEK_OPENSOURCE_GPG_SIGNING_KEY_PASSPHRASE }} |