Skip to content

Bump werkzeug from 2.2.0 to 2.2.3 #756

Bump werkzeug from 2.2.0 to 2.2.3

Bump werkzeug from 2.2.0 to 2.2.3 #756

Workflow file for this run

name: Code formatting check
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
- name: Run black
uses: psf/black@stable