Skip to content

Linting and code cleanup #453

Linting and code cleanup

Linting and code cleanup #453

Workflow file for this run

name: lint
on: [pull_request, push]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]