Skip to content

Change default outfile name to basename of filepath #220

Change default outfile name to basename of filepath

Change default outfile name to basename of filepath #220

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: ". --check"
version: "22.3.0"