Statistics
| Branch: | Tag: | Revision:

root / ci / pep8.py @ 0a83201b

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
09f7ad00 10/23/2013 11:07 am Ilias Tsitsimpis

ci: Improve pep8 script

Rewrite the script in python.
Invoke pep8 for a list of files given in the command line.
Exclude files which are not python ones (their names don't
end with .py) or are not real files (i.e. have been removed
during the last commit).