Skip to content

Add new symbol attributes (function_owner, allow_reference, allow_be_referenced) #572

Add new symbol attributes (function_owner, allow_reference, allow_be_referenced)

Add new symbol attributes (function_owner, allow_reference, allow_be_referenced) #572

Workflow file for this run

name: black
on:
push:
pull_request:
jobs:
black_checks:
runs-on: ubuntu-latest
name: black
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install Dependencies
run: |
pip install black
pip install -r requirements.txt
pip install types-PyYAML
- name: black
run: black --check .