Skip to content

Commit b248134

Browse files
committed
Remove mypy instruction
1 parent 62529cc commit b248134

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ pytest tests/test_<file_name>.py::test_<method_name>
4747
flake8 investing_algorithm_framework
4848
```
4949

50-
### 3. Test if all type-hints are correct
51-
52-
#### Run mypy
53-
54-
``` bash
55-
mypy investing_algorithm_framework
56-
```
57-
5850
### Process: Your own code changes
5951

6052
All code changes, regardless of who does them, need to be reviewed and merged by someone else.

0 commit comments

Comments
 (0)