Skip to content

Commit

Permalink
refactor: use git branch version for edx-lint with new linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 13, 2025
1 parent 7f2f66d commit 612b970
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ docutils==0.21.2
# via
# -r requirements/quality.txt
# readme-renderer
edx-lint==5.4.1
edx-lint @ git+https://github.com/eduNEXT/edx-lint.git@MJG/filter-docstring-linter
# via -r requirements/quality.txt
edx-opaque-keys[django]==2.11.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -326,8 +326,9 @@ typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# edx-opaque-keys
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# requests
# twine
Expand Down
5 changes: 3 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,14 @@ typing-extensions==4.12.2
# anyio
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# twine
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.3
watchfiles==1.0.4
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

-r test.txt # Core and testing dependencies for this package

edx-lint # edX pylint rules and plugins
git+https://github.com/eduNEXT/edx-lint.git@MJG/filter-docstring-linter # edX pylint rules and plugins
isort # to standardize order of imports
pycodestyle # PEP 8 compliance validation
pydocstyle # PEP 257 compliance validation
Expand Down
5 changes: 3 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dnspython==2.7.0
# pymongo
docutils==0.21.2
# via readme-renderer
edx-lint==5.4.1
edx-lint @ git+https://github.com/eduNEXT/edx-lint.git@MJG/filter-docstring-linter
# via -r requirements/quality.in
edx-opaque-keys[django]==2.11.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -201,8 +201,9 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# edx-opaque-keys
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# twine
zipp==3.21.0
Expand Down

0 comments on commit 612b970

Please sign in to comment.