Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inmar/actions-dpn-python-lint
- Owner: inmar
- License: apache-2.0
- Created: 2019-11-19T12:01:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T14:22:12.000Z (5 months ago)
- Last Synced: 2024-10-11T09:14:41.447Z (about 1 month ago)
- Topics: actions, black, flake8, linting, python
- Language: JavaScript
- Size: 3.96 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```