Skip to content

fix: escape square brackets in help text for rich markup #562

fix: escape square brackets in help text for rich markup

fix: escape square brackets in help text for rich markup #562

Workflow file for this run

name: Lint code
on:
push:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install dependencies
run: |
pip install -U uv
uv pip install --system --editable ".[dev]"
- uses: pre-commit/action@v2.0.3