Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Bug: Client set in init still using public one #326

Bug: Client set in init still using public one

Bug: Client set in init still using public one #326

Workflow file for this run

name: lint all
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
name: lint