Skip to content

Bump werkzeug from 2.2.3 to 3.0.6 #212

Bump werkzeug from 2.2.3 to 3.0.6

Bump werkzeug from 2.2.3 to 3.0.6 #212

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: |
black --check --verbose .