2020년 2월 27일 목요일

PyCharm boto3 autocomplete

1. Install mypy
$ pip install -U mypy

2. Install PyCharm mypy plugin
- Plugins > Marketplace > Mypy

3. Set path to mypy in mypy plugin settings
- Preferences > Mypy > Path (And Test)

4. Install boto3-stubs with boto3 services you use
$ python -m pip install 'boto3-stubs[s3,athena]'



참고 :
https://pypi.org/project/boto3-stubs/#installation

댓글 없음:

댓글 쓰기