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
- Host: GitHub
- URL: https://github.com/null-none/docker-pylint-flake8
- Owner: null-none
- License: mit
- Created: 2020-05-26T14:09:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T07:21:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T09:28:37.487Z (about 1 year ago)
- Topics: docker, flake, flake8, pylint
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```