Skip to content

Commit 98a8829

Browse files
HammadYousaf01DawoudSheraz
authored andcommitted
feat: deprecate indigo footer (#181)
* feat: v20.0.1 release (#176) * feat: deprecate indigo footer * feat: migrate from pylint/black to ruff (#180) * feat: migrate from pylint/black to ruff * fix: resolve comments --------- Co-authored-by: Syed Muhammad Dawoud Sheraz Ali <40599381+DawoudSheraz@users.noreply.github.com>
1 parent e6c69b7 commit 98a8829

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ dynamic = ["version"]
3232
[project.optional-dependencies]
3333
dev = [
3434
"tutor[dev]>=21.0.0,<22.0.0",
35-
"pylint",
36-
"black"
35+
"ruff",
3736
]
3837

3938
[project.entry-points."tutor.plugin.v1"]

tutorindigo/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def _override_openedx_docker_image(
121121
(
122122
f"mfe-dockerfile-post-npm-install-{mfe}",
123123
"""
124-
RUN npm install @edly-io/indigo-frontend-component-footer@^3.0.0
125124
RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^5.0.0'
126125
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#ulmo/indigo'
127126

0 commit comments

Comments
 (0)