Unverified Commit c50893fb by Jesse Zoldak Committed by GitHub

Merge pull request #407 from edx/estute/pin-edx-lint-egg

Update edx-lint dependency to v0.5.5
parents 1bfdc54f e9d2823c
# Additional requirements for development of this application # Additional requirements for development of this application
diff-cover # Changeset diff test coverage diff-cover # Changeset diff test coverage
edx-lint # For updating pylintrc edx_lint==0.5.5 # Python code linting rules
edx-i18n-tools # For i18n_tool dummy edx-i18n-tools # For i18n_tool dummy
pip-tools # Requirements file management pip-tools # Requirements file management
tox # virtualenv management for tests tox # virtualenv management for tests
......
# Requirements for code quality checks # Requirements for code quality checks
caniusepython3 # Additional Python 3 compatibility pylint checks caniusepython3 # Additional Python 3 compatibility pylint checks
edx-lint # edX pylint rules and plugins edx_lint==0.5.5 # Python code linting rules
isort # to standardize order of imports isort # to standardize order of imports
pycodestyle # PEP 8 compliance validation pycodestyle # PEP 8 compliance validation
pydocstyle # PEP 257 compliance validation pydocstyle # PEP 257 compliance validation
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment