Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 0e0e020

Browse files
authored
Merge pull request #37 from code-yeongyu/feature/add-monkeytype
Add module `monkeytype` for automatic type generation
2 parents 9308bdb + 44c844d commit 0e0e020

File tree

6 files changed

+626
-84
lines changed

6 files changed

+626
-84
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Edit at https://www.toptal.com/developers/gitignore?templates=python
33
# twitter_video_downloader
44
playground.py
5+
monkeytype.sqlite3
56

67
### Python ###
78
# Byte-compiled / optimized / DLL files

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ poetry add twitter-video-tools
3434
- Local
3535
- vscode ready (launching, debugging, formatting)
3636
- strict type checking using [mypy](https://github.com/python/mypy) & [pyright](https://github.com/microsoft/pyright)
37+
- type hint generator [monkeytype](https://github.com/Instagram/MonkeyType) also included
3738
- amazing linters & formatters ([`yapf`](https://github.com/google/yapf), [`pylint`](https://github.com/PyCQA/pylint), [`isort`](https://github.com/PyCQA/isort))
3839
- `unify` for forcing single-quote
3940
- unit test using [`pytest`](https://github.com/myint/unify)

0 commit comments

Comments
 (0)