Skip to content

chg: [dependencies] Updated pip-audit and werkzeug (CVE-2023-46136). #113

chg: [dependencies] Updated pip-audit and werkzeug (CVE-2023-46136).

chg: [dependencies] Updated pip-audit and werkzeug (CVE-2023-46136). #113

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: |
pip install reorder-python-imports
pip install pyupgrade
pip install black
pip install pip-audit
- uses: pre-commit/[email protected]