Skip to content

MAINT: drop deprecated plot argument #441

MAINT: drop deprecated plot argument

MAINT: drop deprecated plot argument #441

Workflow file for this run

name: linter
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Lint with flake
run: |
pip install --upgrade pip
pip install flake8
flake8 --max-line-length=88 celer/
flake8 --max-line-length=88 examples/