Skip to content

chore(deps): bump ruff from 0.3.7 to 0.6.7 in the poetry group #46

chore(deps): bump ruff from 0.3.7 to 0.6.7 in the poetry group

chore(deps): bump ruff from 0.3.7 to 0.6.7 in the poetry group #46

Workflow file for this run

name: pre-commit
on: [ push, pull_request ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: pip install pre-commit
- run: python -m pip freeze --local
- uses: actions/cache@v3
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