Skip to content

Support Python >3.12 #75

Support Python >3.12

Support Python >3.12 #75

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- "*"
pull_request:
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: Klavionik/pre-commit-action@main
with:
extra_args: "--hook-stage manual"