Skip to content

Update werkzeug requirement from <1.1,>=1.0 to >=1.0,<3.1 (#105) #63

Update werkzeug requirement from <1.1,>=1.0 to >=1.0,<3.1 (#105)

Update werkzeug requirement from <1.1,>=1.0 to >=1.0,<3.1 (#105) #63

Workflow file for this run

name: "Lint"
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install black
- run: black --check .
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install flake8
- run: flake8