Skip to content

Commit 5d18599

Browse files
authored
Add job, jobs as additional keywords for invoking rule 9
1 parent 0014e90 commit 5d18599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_site/apps/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def get(self, request, format=None): # noqa: ANN001, ANN201
180180
),
181181
(
182182
"Do not offer or ask for paid work of any kind.",
183-
["pay", "paid", "work", "money", "hire"]
183+
["pay", "paid", "work", "money", "hire", "job", "jobs"]
184184
),
185185
(
186186
"Do not copy and paste answers from ChatGPT or similar AI tools.",

0 commit comments

Comments
 (0)