Skip to content

Change the Task base class and the Zino1BaseServerProtocol class to accept a reference to a Configuration object #1589

Change the Task base class and the Zino1BaseServerProtocol class to accept a reference to a Configuration object

Change the Task base class and the Zino1BaseServerProtocol class to accept a reference to a Configuration object #1589

Workflow file for this run

name: Linting
on:
push:
branches: "master"
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Lint Python
steps:
- uses: actions/checkout@v5
- uses: astral-sh/ruff-action@v3
with:
version: "0.12.0"