Skip to content

fix: update requirements to indicate python version >= 3.10 #86

fix: update requirements to indicate python version >= 3.10

fix: update requirements to indicate python version >= 3.10 #86

Workflow file for this run

name: lint all
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
name: lint