Skip to content

Bump flask from 2.3.3 to 3.0.0 #130

Bump flask from 2.3.3 to 3.0.0

Bump flask from 2.3.3 to 3.0.0 #130

Workflow file for this run

name: tests
on: [pull_request, push]
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python_version: ['3.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
architecture: 'x64'
- run: pip install flake8
- run: flake8 . --max-line-length=120