@@ -151,32 +151,4 @@ class SchoolText:
151151SCHOOL_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