You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Contribute.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
31
31
`solution.py` contains the right solution, with everything else unchanged.
32
32
33
-
**Rule of Thumb: ** A challenge should NEVER ask users to write the actual implementation. Users are expected to write type hints and type hints only, and be able to pass the tests.
33
+
**Rule of Thumb**: A challenge should *NEVER* ask users to write the actual implementation. Users are expected to write type hints and type hints only, and be able to pass the tests.
34
34
35
35
5. Test with [`pyright`](https://microsoft.github.io/pyright/#/installation?id=command-line) to make sure your new challenge works as expected.
0 commit comments