Skip to content

refactor: use black, flake8 and precommit #4

refactor: use black, flake8 and precommit

refactor: use black, flake8 and precommit #4

Workflow file for this run

name: Linter
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run black
uses: psf/black@stable
with:
options: "--check --verbose --include grouper|listener|evaluator"
version: "~= 23.3.0"