Skip to content

Fix version number expected by unit test #51

Fix version number expected by unit test

Fix version number expected by unit test #51

Workflow file for this run

name: pre-commit-all
on:
- push
jobs:
pre-commit:
runs-on: Ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
with:
extra_args: --all-files