Skip to content

Update the change log #874

Update the change log

Update the change log #874

Workflow file for this run

---
name: Flake8
on: push # yamllint disable-line rule:truthy
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: TrueBrain/actions-flake8@v2
with:
plugins: >
flake8-2020>=1.6.1
flake8-bugbear>=22.1.11
flake8-comprehensions>=3.7.0