Skip to content

Bump cerberus from 1.3.4 to 1.3.5 #308

Bump cerberus from 1.3.4 to 1.3.5

Bump cerberus from 1.3.4 to 1.3.5 #308

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"