Skip to content

docs: add an "Internal" section to change log entries #1368

docs: add an "Internal" section to change log entries

docs: add an "Internal" section to change log entries #1368

Workflow file for this run

---
name: pyupgrade
on: push # yamllint disable-line rule:truthy
jobs:
pyupgrade:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5
- name: Ensure modern Python style using pyupgrade
run: |
uvx \
--from '.[pyupgrade]' \
darker --formatter=pyupgrade --target-version=py39 --diff