Skip to content

Commit 59bcbbd

Browse files
committed
remove prefix exemptions
May no longer be necessary.
1 parent 4f9e559 commit 59bcbbd

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

extras/lib/school.py

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -151,32 +151,4 @@ class SchoolText:
151151
SCHOOL_TEXT = {school.id: school for school in SCHOOLS}
152152

153153
# text that contains / is adjacent to prefixes above, which are allowed for both schools
154-
EXEMPT = [
155-
".zoom.us/rec",
156-
"- [google colab](https://colab.research.google.com/)",
157-
"anaconda",
158-
"autograder", # matches "grader"
159-
"built around it", # referring to Colab
160-
"columbia's graduate school of architecture", # bio
161-
"conda activate",
162-
"conda config",
163-
"create the environment",
164-
"dictreader",
165-
"for row in reader",
166-
"gradescope_utils", # matches "gradescope"
167-
"hannahkates/nyu-python-public-policy",
168-
"https://community.canvaslms.com/t5/canvas-basics-guide/what-are-grading-schemes/ta-p/41",
169-
"jupyterhub_url",
170-
"name: install conda packages", # CI
171-
"nbgrader",
172-
"nyu's quantitative analysis guide",
173-
"python coding for public policy assignments",
174-
"secondary", # matches "conda"
175-
"set up the reader",
176-
"speedgrader", # matches "grader"
177-
"strict channel priority", # conda
178-
"these instructions won't work in colab",
179-
"upload the notebook to [google colab]",
180-
"upload the python file to google colab",
181-
"walk the reader",
182-
]
154+
EXEMPT: list[str] = []

0 commit comments

Comments
 (0)