Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-pipeline
Commits
1e03b54e
Commit
1e03b54e
authored
Dec 04, 2017
by
Brian Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pep8 to pycodestyle.
parent
f6594f0e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.pycodestyle
+1
-1
Makefile
+2
-2
requirements/test.txt
+1
-1
No files found.
.p
ep8
→
.p
ycodestyle
View file @
1e03b54e
[p
ep8
]
[p
ycodestyle
]
ignore=E501
ignore=E501
max_line_length=119
max_line_length=119
Makefile
View file @
1e03b54e
...
@@ -57,8 +57,8 @@ coverage-local: test-local
...
@@ -57,8 +57,8 @@ coverage-local: test-local
diff-cover coverage.xml
--html-report
diff_cover.html
diff-cover coverage.xml
--html-report
diff_cover.html
# Compute pep8 quality
# Compute pep8 quality
diff-quality
--violations
=
p
ep8
--html-report
diff_quality_pep8.html
diff-quality
--violations
=
p
ycodestyle
--html-report
diff_quality_pep8.html
p
ep8
edx
>
pep8.report
||
echo
"Not pep8 clean"
p
ycodestyle
--config
=
.pycodestyle
edx
>
pep8.report
||
echo
"Not pep8 clean"
# Compute pylint quality
# Compute pylint quality
pylint -f parseable edx --msg-template "{path}
:
{line}: [{msg_id}({symbol})
,
{obj}] {msg}" > pylint.report || echo "Not pylint clean"
pylint -f parseable edx --msg-template "{path}
:
{line}: [{msg_id}({symbol})
,
{obj}] {msg}" > pylint.report || echo "Not pylint clean"
...
...
requirements/test.txt
View file @
1e03b54e
...
@@ -6,7 +6,7 @@ httpretty==0.8.14
...
@@ -6,7 +6,7 @@ httpretty==0.8.14
mock==2.0.0
mock==2.0.0
nose-ignore-docstring==0.2
nose-ignore-docstring==0.2
nose==1.3.7
nose==1.3.7
p
ep8==1.7.0
p
ycodestyle==2.3.1
pylint==1.6.4
pylint==1.6.4
# dependencies pulled in by the above, that
# dependencies pulled in by the above, that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment