imap progress
This commit is contained in:
@@ -22,3 +22,12 @@ Here are special rules you must follow:
|
||||
5. When validation is done outside of a modal, it should cause a notification banner with the details.
|
||||
6. Testing is done with pytest.
|
||||
7. Testing is done with beautifulsoup4
|
||||
8. Only use comments where necessary. Prefer self-documenting code. For example:
|
||||
```
|
||||
is_adult = age >= 18
|
||||
```
|
||||
is preferred, and this is less preferred:
|
||||
```
|
||||
# check if the user is an adult
|
||||
x = age >= 18
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user