Skip to content

fix: use python 3.8 compatible type annotations #10

fix: use python 3.8 compatible type annotations

fix: use python 3.8 compatible type annotations #10

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