EduLint is a Python linter aimed at helping novice programmers improve their coding style.
1.7K
EduLint is a Python linter aimed at helping novice programmers improve their coding style. Presently, it integrates flake8 and pylint, with some tweaks to their default configuration.
Source code for this image is on github.com/GiraffeReversed/edulint. There is also a web version running at edulint.com for easy use.
docker run -v ${PWD}:/app edulint/edulint-cli check some_file.py
Content type
Image
Digest
sha256:ff3a04bda…
Size
54.6 MB
Last updated
8 months ago
docker pull edulint/edulint-cli