Skip to content

Require python 3.9, plus lots of linting and formatting fixes #6

Require python 3.9, plus lots of linting and formatting fixes

Require python 3.9, plus lots of linting and formatting fixes #6

Workflow file for this run

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