Skip to content

Switch from custom lint code to pre-commit and apply #433

Switch from custom lint code to pre-commit and apply

Switch from custom lint code to pre-commit and apply #433

Workflow file for this run

name: pre-commit
on:
push:
branches:
- master
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: '3.11'
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # tag=v3.0.0