Skip to content

Bump werkzeug from 2.3.7 to 3.0.1 #421

Bump werkzeug from 2.3.7 to 3.0.1

Bump werkzeug from 2.3.7 to 3.0.1 #421

Workflow file for this run

name: flake8
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11.4
- name: Install dependencies
run: |
python -m pip install poetry
poetry install
env:
CI: 1
- name: Lint with flake8
run: |
poetry run flake8 server tests --count --show-source --statistics