-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start incorporating type checker to GUI file * Add more argument types for mypy * Update upwatch.py Co-authored-by: Akuli <[email protected]> * Update upwatch.py Co-authored-by: Akuli <[email protected]> * Update upwatch.py Co-authored-by: Akuli <[email protected]> * Update upwatch.py Co-authored-by: Akuli <[email protected]> * Update upwatch_gui.py Co-authored-by: Akuli <[email protected]> * Update upwatch.py Co-authored-by: Akuli <[email protected]> * Update upwatch.py Co-authored-by: Akuli <[email protected]> * Specified job_post_dict as JobPost for mypy * Import Tuple and specify upwatch.List for mypy * Work on mypy errors * Work on mypy errors * Update upwatch_gui.py Co-authored-by: Akuli <[email protected]> * Work on mypy errors * Remove unrelated stuff that snuck into the wrong commit * Update upwatch_gui.py Co-authored-by: Akuli <[email protected]> Co-authored-by: ThePhilgrim <[email protected]>
- Loading branch information
1 parent
1b16b03
commit c024eef
Showing
3 changed files
with
156 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# Upwatch | ||
An Upwork webscraper that will notify you of newly published job posts in your field of work | ||
|
||
# PyQt5 | ||
|
||
# MyPy | ||
python3 -m pip install mypy | ||
|
||
mypy *.py | ||
|
||
|
||
# PyQt5 Stub files for MyPy | ||
python3 -m pip install PyQt5-stubs | ||
|
||
|
||
# black | ||
python3 -m pip install black | ||
|
||
black *.py | ||
|
||
|
||
|
||
#LOGIC | ||
#BeautifulSoup | ||
#Requests | ||
#LXML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.