Skip to content

chore(deps): bump the poetry group with 2 updates #78

chore(deps): bump the poetry group with 2 updates

chore(deps): bump the poetry group with 2 updates #78

Workflow file for this run

name: pre-commit
on: [ push, pull_request ]
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 pre-commit
- run: python -m pip freeze --local
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- run: pre-commit run --show-diff-on-failure --color=always --all-files
env:
RUFF_FORMAT: github