Skip to content

Commit

Permalink
chore: add black to quality requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Mar 5, 2024
1 parent 480ef53 commit d17a951
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
12 changes: 9 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ billiard==4.2.0
# -r requirements/quality.txt
# celery
black==24.2.0
# via -r requirements/dev.in
# via
# -r requirements/dev.in
# -r requirements/quality.txt
build==1.1.1
# via
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -204,7 +206,9 @@ model-bakery==1.17.0
# -r requirements/quality.txt
# django-mock-queries
mypy-extensions==1.0.0
# via black
# via
# -r requirements/quality.txt
# black
newrelic==9.7.0
# via
# -r requirements/quality.txt
Expand All @@ -230,7 +234,9 @@ packaging==23.2
path==16.10.0
# via edx-i18n-tools
pathspec==0.12.1
# via black
# via
# -r requirements/quality.txt
# black
pbr==6.0.0
# via
# -r requirements/quality.txt
Expand Down
1 change: 1 addition & 0 deletions requirements/quality.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ edx-lint # edX pylint rules and plugins
isort # to standardize order of imports
pycodestyle # PEP 8 compliance validation
pydocstyle # PEP 257 compliance validation
black # code formatting
14 changes: 13 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
black==24.2.0
# via -r requirements/quality.in
celery==5.3.6
# via -r requirements/test.txt
certifi==2024.2.2
Expand All @@ -43,6 +45,7 @@ charset-normalizer==3.3.2
click==8.1.7
# via
# -r requirements/test.txt
# black
# celery
# click-didyoumean
# click-log
Expand Down Expand Up @@ -153,6 +156,8 @@ model-bakery==1.17.0
# via
# -r requirements/test.txt
# django-mock-queries
mypy-extensions==1.0.0
# via black
newrelic==9.7.0
# via
# -r requirements/test.txt
Expand All @@ -168,13 +173,18 @@ openedx-filters==1.6.0
packaging==23.2
# via
# -r requirements/test.txt
# black
# pytest
pathspec==0.12.1
# via black
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.0
# via pylint
# via
# black
# pylint
pluggy==1.4.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -282,6 +292,7 @@ text-unidecode==1.3
tomli==2.0.1
# via
# -r requirements/test.txt
# black
# coverage
# pylint
# pytest
Expand All @@ -292,6 +303,7 @@ typing-extensions==4.10.0
# -r requirements/test.txt
# asgiref
# astroid
# black
# edx-opaque-keys
# kombu
# pylint
Expand Down

0 comments on commit d17a951

Please sign in to comment.