Skip to content

Bump flask from 3.0.3 to 3.1.3 in /store_api #1148

Bump flask from 3.0.3 to 3.1.3 in /store_api

Bump flask from 3.0.3 to 3.1.3 in /store_api #1148

Workflow file for this run

name: Lint
# we run testing for both master and dev branches (but only on pull requests for master)
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'dev'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable