Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
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
ecommerce
Commits
67ae915e
Commit
67ae915e
authored
Mar 11, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Validating import order using isort
parent
57bcc22b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
.isort.cfg
+2
-0
Makefile
+1
-0
requirements/test.txt
+1
-0
No files found.
.isort.cfg
0 → 100644
View file @
67ae915e
[settings]
line_length=119
Makefile
View file @
67ae915e
...
@@ -73,6 +73,7 @@ fast_validate_python: clean
...
@@ -73,6 +73,7 @@ fast_validate_python: clean
make quality
make quality
quality
:
quality
:
isort
--check-only
--recursive
e2e/ ecommerce/
pep8
--config
=
.pep8 ecommerce e2e
pep8
--config
=
.pep8 ecommerce e2e
pylint
--rcfile
=
pylintrc ecommerce e2e
pylint
--rcfile
=
pylintrc ecommerce e2e
...
...
requirements/test.txt
View file @
67ae915e
...
@@ -8,6 +8,7 @@ django-nose==1.4.4
...
@@ -8,6 +8,7 @@ django-nose==1.4.4
factory-boy==2.8.1
factory-boy==2.8.1
freezegun==0.3.7
freezegun==0.3.7
httpretty==0.8.14
httpretty==0.8.14
isort==4.2.5
mock==1.3.0
mock==1.3.0
mock-django==0.6.9
mock-django==0.6.9
nose-ignore-docstring==0.2
nose-ignore-docstring==0.2
...
...
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