Skip to content

Update pytest-asyncio from 0.14.0 to 0.21.0 #621

Update pytest-asyncio from 0.14.0 to 0.21.0

Update pytest-asyncio from 0.14.0 to 0.21.0 #621

Workflow file for this run

name: "Pre-commit"
on:
push: {}
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install
run: pip3 install pre-commit
- name: Run
run: pre-commit run --all-files