Skip to content

Update conftest.py #107

Update conftest.py

Update conftest.py #107

Workflow file for this run

name: Linting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: "3.10"
- name: Run pre-commit hook
uses: pre-commit/action@v2.0.3