Skip to content

fix syntax error in setup.cfg (#85) #292

fix syntax error in setup.cfg (#85)

fix syntax error in setup.cfg (#85) #292

Workflow file for this run

---
name: Continuous Integration
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: pre-commit/[email protected]