Skip to content

Reuse methods rather than defining new ones #487

Reuse methods rather than defining new ones

Reuse methods rather than defining new ones #487

Workflow file for this run

name: Lint
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: --color