Skip to content

build(deps-dev): bump virtualenv from 20.26.2 to 20.26.6 #694

build(deps-dev): bump virtualenv from 20.26.2 to 20.26.6

build(deps-dev): bump virtualenv from 20.26.2 to 20.26.6 #694

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
# install poetry dynammic versioning
- name: Install poetry-dynamic-versioning
run: |
pip install poetry-dynamic-versioning
- uses: pre-commit/[email protected]