Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lti-xblock-consumer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
OpenJupyter
lti-xblock-consumer
Commits
a575d815
Commit
a575d815
authored
4 years ago
by
Ned Batchelder
Browse files
Options
Downloads
Patches
Plain Diff
pep8 is now pycodestyle
parent
d1a0ff1f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.pep8
+0
-4
0 additions, 4 deletions
.pep8
Makefile
+2
-2
2 additions, 2 deletions
Makefile
requirements/test.in
+1
-1
1 addition, 1 deletion
requirements/test.in
setup.cfg
+4
-0
4 additions, 0 deletions
setup.cfg
with
7 additions
and
7 deletions
.pep8
deleted
100644 → 0
+
0
−
4
View file @
d1a0ff1f
[pep8]
ignore=E501
max_line_length=120
exclude=settings
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
a575d815
...
@@ -15,8 +15,8 @@ compile-sass: ## Compile the Sass assets
...
@@ -15,8 +15,8 @@ compile-sass: ## Compile the Sass assets
sass
--no-cache
--style
compressed ./lti_consumer/static/sass/student.scss ./lti_consumer/static/css/student.css
sass
--no-cache
--style
compressed ./lti_consumer/static/sass/student.scss ./lti_consumer/static/css/student.css
quality
:
##
Run the quality checks
quality
:
##
Run the quality checks
pep8
--config
=
.pep8 lti_consumer
-
pycodestyle
--config
=
.pep8 lti_consumer
pylint
--rcfile
=
pylintrc lti_consumer
-
pylint
--rcfile
=
pylintrc lti_consumer
test
:
##
Run the tests
test
:
##
Run the tests
mkdir
-p
var
mkdir
-p
var
...
...
This diff is collapsed.
Click to expand it.
requirements/test.in
+
1
−
1
View file @
a575d815
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
ddt
ddt
coveralls
coveralls
mock
mock
pep8
django-pyfs
django-pyfs
edx_lint
edx_lint
pycodestyle
xblock-sdk
xblock-sdk
This diff is collapsed.
Click to expand it.
setup.cfg
0 → 100644
+
4
−
0
View file @
a575d815
[pycodestyle]
ignore
=
E501
max_line_length
=
120
exclude
=
settings
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