Skip to content

ci: extend test to python 3.12 and 3.13 #25

ci: extend test to python 3.12 and 3.13

ci: extend test to python 3.12 and 3.13 #25

Workflow file for this run

name: run pre-commit hooks
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1