Skip to content

Have Styles and RenderStyles keep a weak reference to node #5375

Have Styles and RenderStyles keep a weak reference to node

Have Styles and RenderStyles keep a weak reference to node #5375

Workflow file for this run

name: Black format check
on:
pull_request:
paths:
- '.github/workflows/black_format.yml'
- '**.py'
jobs:
black-format-check:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3.5.2
- name: Set up Python 3.11
uses: actions/setup-python@v4.6.0
with:
python-version: 3.11
- name: Install black
run: python -m pip install black==24.1.1
- name: Run black
run: black --check src