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: src/supermarket_receipt/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,8 @@ The starting position for this exercise contains the code for setting up the Tel
13
13
- make a venv
14
14
- install requirements, e.g. `python -m pip install -r requirements.txt`
15
15
- use pytest to run the tests
16
+
17
+
## Mypy
18
+
19
+
You can validate the types with the following command: `mypy src/supermarket_receipt/`. Only a missing stub for appovaltests should be raised by default.
0 commit comments