1
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Dustin J. Mitchell bf5c148e7b Indicate that we don't use GitHub issues 2013-12-08 15:10:30 -05:00
Semet, Gaetan cb87324760 style_check_and_fix: git hook to run autopep8 + automatic import reordering
usage:

for one file:
echo master/buildbot/process/buildstep.py | common/checkfiles
for all files:
find . -name \*.py | common/checkfiles

as a git hook:
cp common/hooks/post-commit .git/hooks

After you do your commit, the script will run on the modified files
You see the results in the terminal, you can review it, and amend your patch

Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
2013-11-06 19:26:14 +01:00
Dustin J. Mitchell c09e1ff4e0 add CONTRIBUTING.md for display on Github 2012-09-17 22:23:24 -04:00