Skip to content

Bump werkzeug from 2.2.3 to 3.0.3 #17

Bump werkzeug from 2.2.3 to 3.0.3

Bump werkzeug from 2.2.3 to 3.0.3 #17

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