Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inmar/actions-dpn-python-lint

Runs common python linters
https://github.com/inmar/actions-dpn-python-lint

actions black flake8 linting python

Last synced: 20 days ago
JSON representation

Runs common python linters

Awesome Lists containing this project

README

        

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

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