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

Add module monkeytype for automatic type generation #37

Merged
merged 5 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Edit at https://www.toptal.com/developers/gitignore?templates=python
# twitter_video_downloader
playground.py
monkeytype.sqlite3

### Python ###
# Byte-compiled / optimized / DLL files
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ poetry add twitter-video-tools
- Local
- vscode ready (launching, debugging, formatting)
- strict type checking using [mypy](https://github.com/python/mypy) & [pyright](https://github.com/microsoft/pyright)
- type hint generator [monkeytype](https://github.com/Instagram/MonkeyType) also included
- amazing linters & formatters ([`yapf`](https://github.com/google/yapf), [`pylint`](https://github.com/PyCQA/pylint), [`isort`](https://github.com/PyCQA/isort))
- `unify` for forcing single-quote
- unit test using [`pytest`](https://github.com/myint/unify)
Expand Down
Loading