Skip to content

add per channel filter overrides for pony #367

add per channel filter overrides for pony

add per channel filter overrides for pony #367

Workflow file for this run

name: black-checker
on: [pull_request, push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Black Code Formatter
uses: lgeiger/[email protected]
with:
args: "--line-length 120 --target-version py310 --check ."