Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Language Detection
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
1MAE002 - ALGORITHM AND COMPUTING
Language Detection
Commits
d5a48dae
Unverified
Commit
d5a48dae
authored
Jun 13, 2024
by
STEVAN Antoine
Browse files
Options
Downloads
Patches
Plain Diff
remove mypy and type checking
parent
7ae76d1c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-4
1 addition, 4 deletions
Makefile
README.md
+1
-1
1 addition, 1 deletion
README.md
dev-requirements.txt
+0
-1
0 additions, 1 deletion
dev-requirements.txt
with
2 additions
and
6 deletions
Makefile
+
1
−
4
View file @
d5a48dae
.PHONY
:
check test q1 q2 q3 q4
check
:
mypy src
--allow-redefinition
.PHONY
:
test q1 q2 q3 q4
test
:
pytest
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
d5a48dae
...
...
@@ -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**
...
...
This diff is collapsed.
Click to expand it.
dev-requirements.txt
+
0
−
1
View file @
d5a48dae
pytest
mypy
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment