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 120b07f commit c6ee555Copy full SHA for c6ee555
README.md
@@ -2,10 +2,11 @@
2
3
To participate please
4
* [clone](https://desktop.github.com/) the repo.
5
-* create a branch named as follows: **problemnumber_firstname_lastname**
6
-* when you are comfortable create a pull request.
7
-* the folder structure should be as follows
+* Create a branch named as follows: **problemnumber_firstname_lastname**
+* When you are comfortable create a pull request.
+* The folder structure should be as follows
8
* python/app <- main folder for your code
9
* python/test <- your tests should live here.
10
+* Use Pylint and mypy on your code.
11
12
Problem 1. [Hello World]()
0 commit comments