Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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-proctoring
Commits
c50893fb
Unverified
Commit
c50893fb
authored
Jan 26, 2018
by
Jesse Zoldak
Committed by
GitHub
Jan 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #407 from edx/estute/pin-edx-lint-egg
Update edx-lint dependency to v0.5.5
parents
1bfdc54f
e9d2823c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements/dev.in
+1
-1
requirements/quality.in
+1
-1
No files found.
requirements/dev.in
View file @
c50893fb
# 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/quality.in
View file @
c50893fb
# 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 plugin
s
edx
_lint==0.5.5 # Python code linting rule
s
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
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