Skip to content

Update flask 2.3 -> 3.0 #101

Update flask 2.3 -> 3.0

Update flask 2.3 -> 3.0 #101

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Set up Python
with:
python-version: "3.10"
- name: Install black
run: python -m pip install black
- name: Run linter
run: black --check --line-length=120 ./bento_beacon