Skip to content

Fix --help printing (#209) #139

Fix --help printing (#209)

Fix --help printing (#209) #139

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: pip install -r requirements-dev.txt
- name: Run pre-commit
run: pre-commit run -a