Skip to content

fix(deps): update dependency werkzeug to v3.0.4 #275

fix(deps): update dependency werkzeug to v3.0.4

fix(deps): update dependency werkzeug to v3.0.4 #275

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: ["master"]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/[email protected]
- uses: snok/install-poetry@v1
- name: Install tox
run: |
pip install tox
- name: Run pre-commit
run: |
tox -e pre-commit