Skip to content

Use Rye intead of Poetry #689

Use Rye intead of Poetry

Use Rye intead of Poetry #689

Workflow file for this run

name: pre-commit
on:
push:
branches: [main, develop]
paths-ignore:
- ".vscode/**"
- ".idea/**"
tags:
- "*"
pull_request:
branches: [main, develop]
paths-ignore:
- ".vscode/**"
- ".idea/**"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: false
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1