Skip to content
Snippets Groups Projects
Unverified Commit d5a48dae authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

remove mypy and type checking

parent 7ae76d1c
Branches
No related tags found
No related merge requests found
.PHONY: check test q1 q2 q3 q4
check:
mypy src --allow-redefinition
.PHONY: test q1 q2 q3 q4
test:
pytest
......
......@@ -31,7 +31,7 @@ you should have completed the following notebooks before starting this project:
## Assignment [[toc](#table-of-content)]
you and anyone looking at your code should be able to run the following command without getting any errors:
```shell
make check test
make test
```
> :bulb: **Note**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment