We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62529cc commit b248134Copy full SHA for b248134
docs/CONTRIBUTING.md
@@ -47,14 +47,6 @@ pytest tests/test_<file_name>.py::test_<method_name>
47
flake8 investing_algorithm_framework
48
```
49
50
-### 3. Test if all type-hints are correct
51
-
52
-#### Run mypy
53
54
-``` bash
55
-mypy investing_algorithm_framework
56
-```
57
58
### Process: Your own code changes
59
60
All code changes, regardless of who does them, need to be reviewed and merged by someone else.
0 commit comments