Skip to content

Bump flask from 2.1.0 to 2.2.5 #6

Bump flask from 2.1.0 to 2.2.5

Bump flask from 2.1.0 to 2.2.5 #6

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./src"
version: "~= 23.0"