Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 218 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 218 Bytes

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