Skip to content

feat: merge vardict and tnscope #2978

feat: merge vardict and tnscope

feat: merge vardict and tnscope #2978

Workflow file for this run

name: Black linter and code formatter
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.7.0"