Skip to content

dcycle/docker-python-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Lint Python with PyLint.

For example:

docker run --rm -v $(pwd)/example:/app/code dcycle/python-lint:2 --help
docker run --rm -v $(pwd)/example:/app/code dcycle/python-lint:2 ./code
find . -name "*.py" -print0 | tr '\n' '\0' | xargs -0 -I '$' docker run --rm -v $(pwd):/app/code dcycle/python-lint:2 /app/code/"$"

To ignore a warning, place a comment before the offending line:

# pylint: disable=E0401
...

See this project on the Docker Hub.

About

Lint Python with PyLint on Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •