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

https://github.com/null-none/docker-pylint-flake8

Docker for pylint and flake8
https://github.com/null-none/docker-pylint-flake8

docker flake flake8 pylint

Last synced: about 1 year ago
JSON representation

Docker for pylint and flake8

Awesome Lists containing this project

README

          

# Docker container for pylint and flake8

Docker Pull Command

```bash
docker pull kal1sha/docker-pylint-flake8
```

Test
```bash
flake8 --max-line-length=120 *.py
pylint -d C0301 *.py
```