mdolab/.github

No longer need two CI jobs for black

Closed this issue · 0 comments

ewu63 commented

Description

Turns out you can call black with multiple target-version flags:

--target-version py37 --target-version py38

so we no longer need two separate CI jobs.

The equivalent option in pyproject.toml is

target-version = ["py37", "py38"]