Skip to content

chore: update pre-commit hooks #2651

chore: update pre-commit hooks

chore: update pre-commit hooks #2651

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true
jobs:
pylint:
name: "Run PyLint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Run PyLint
run: |
echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
pipx run nox -s pylint