Commit 0b650122 by Calen Pennington

Config changes to make pep8 autofixes easier

parent e89948a5
[pep8]
ignore=E501
\ No newline at end of file
...@@ -134,7 +134,7 @@ end ...@@ -134,7 +134,7 @@ end
desc "Run pep8 on all #{system} code" desc "Run pep8 on all #{system} code"
task "pep8_#{system}" => report_dir do task "pep8_#{system}" => report_dir do
sh("pep8 --ignore=E501 #{system}/djangoapps #{system}/lib | tee #{report_dir}/pep8.report") sh("pep8 #{system} | tee #{report_dir}/pep8.report")
end end
task :pep8 => "pep8_#{system}" task :pep8 => "pep8_#{system}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment