Skip to content

Python 3.6 support dropped #306 (#307) #533

Python 3.6 support dropped #306 (#307)

Python 3.6 support dropped #306 (#307) #533

Workflow file for this run

name: pre-commit
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- name: Install dependencies for pre-commit
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: pre-commit
run: |
tox -e pre-commit