Skip to content

fix: pin astroid requirement to 3.3.8 to fix ReadTheDocs generation #47

fix: pin astroid requirement to 3.3.8 to fix ReadTheDocs generation

fix: pin astroid requirement to 3.3.8 to fix ReadTheDocs generation #47

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: "check --config ruff.toml"
src: "./generator/generate.py ./tests ./dev_setup.py"