Skip to content

Update readthedocs python to 3.9 and poetry to 1.7.1 (#303) #188

Update readthedocs python to 3.9 and poetry to 1.7.1 (#303)

Update readthedocs python to 3.9 and poetry to 1.7.1 (#303) #188

Workflow file for this run

name: pre-commit
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-python@v3
with:
python-version: 3.8
- uses: pre-commit/action@v3.0.0