Skip to content

chore(deps): update ruff requirement from ==0.0.*,>=0.0.286 to ==0.0.* #39

chore(deps): update ruff requirement from ==0.0.*,>=0.0.286 to ==0.0.*

chore(deps): update ruff requirement from ==0.0.*,>=0.0.286 to ==0.0.* #39

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [ mainline ]
workflow_call:
inputs:
branch:
required: false
type: string
jobs:
TestPython:
name: Code Quality
uses: ./.github/workflows/reuse_python_build.yml
secrets: inherit