Skip to content

Fixed test failures on Python 3.12 #35

Fixed test failures on Python 3.12

Fixed test failures on Python 3.12 #35

Workflow file for this run

name: pre-commit
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- uses: pre-commit/[email protected]