Skip to content

Bump pre-commit from 3.6.0 to 3.6.1 #296

Bump pre-commit from 3.6.0 to 3.6.1

Bump pre-commit from 3.6.0 to 3.6.1 #296

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
args: ". --check --line-length 120"