Skip to content
Snippets Groups Projects
Commit a575d815 authored by Ned Batchelder's avatar Ned Batchelder
Browse files

pep8 is now pycodestyle

parent d1a0ff1f
No related branches found
No related tags found
No related merge requests found
[pep8]
ignore=E501
max_line_length=120
exclude=settings
...@@ -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
......
...@@ -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
[pycodestyle]
ignore = E501
max_line_length = 120
exclude = settings
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