Skip to content

build(deps): bump python-multipart from 0.0.9 to 0.0.18 #6

build(deps): bump python-multipart from 0.0.9 to 0.0.18

build(deps): bump python-multipart from 0.0.9 to 0.0.18 #6

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: |
pip install reorder-python-imports
pip install pyupgrade
pip install black
pip install pip-audit
- uses: pre-commit/[email protected]