Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
0b650122
Commit
0b650122
authored
12 years ago
by
Calen Pennington
Browse files
Options
Downloads
Patches
Plain Diff
Config changes to make pep8 autofixes easier
parent
e89948a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pep8
+2
-0
2 additions, 0 deletions
.pep8
rakefile
+1
-1
1 addition, 1 deletion
rakefile
with
3 additions
and
1 deletion
.pep8
0 → 100644
+
2
−
0
View file @
0b650122
[pep8]
ignore=E501
\ No newline at end of file
This diff is collapsed.
Click to expand it.
rakefile
+
1
−
1
View file @
0b650122
...
...
@@ -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
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment