Skip to content
Snippets Groups Projects
Commit 0b650122 authored by Calen Pennington's avatar Calen Pennington
Browse files

Config changes to make pep8 autofixes easier

parent e89948a5
No related branches found
No related tags found
No related merge requests found
.pep8 0 → 100644
[pep8]
ignore=E501
\ No newline at end of file
......@@ -134,7 +134,7 @@ end
desc "Run pep8 on all #{system} code"
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
task :pep8 => "pep8_#{system}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment