Skip to content

Update ruff requirement from ^0.5.6 to ^0.7.3 #52

Update ruff requirement from ^0.5.6 to ^0.7.3

Update ruff requirement from ^0.5.6 to ^0.7.3 #52

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Set up Python
- uses: actions/setup-python@v4
with:
python-version: 3.9
# Set up Poetry
- uses: Gr1N/setup-poetry@v8
# Init the project
- run: make init
# Run the CI checks
- run: make ci