Skip to content

inmar/actions-dpn-python-lint

Repository files navigation

Runs either flake8, black or both inside a virtualenv against a list of directories

uses: bobbyrward/actions-dpn-python-lint@master
with:
  directories: my_package_dir,tests
  black: true
  flake8: false