fix(ci): bump flake8 to get fix for PyCQA/pyflakes#367; per-file-ignore ext is now redundant; linter back online in CI

This commit is contained in:
Josh Klar
2021-06-20 00:57:43 -07:00
parent 6bfd5682f9
commit 3797797b43
3 changed files with 199 additions and 144 deletions

View File

@@ -6,8 +6,11 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container: kmkfw/base
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- run: python -m pip install --upgrade pipenv wheel
- run: make test