Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 384 Bytes

Typing Meetup

Adding type annotations to existing code

Development Setup

After cloning the repo and cding into it:

python3.10 -m venv env
env/bin/pip install -U pip
env/bin/pip install -r requirements.txt -r dev-requirements.txt

Usage

I used nvim with coc-pyright set up for the presentation.

Your milage may vary with that:

nvim -S Session.vim