This is a poetry plugin that installs/removes/updates typing stubs via following commands:
poetry types add <package names>poetry types remove <package names>poetry types update <package names>
Added packages will be added to the types group.
poetry types add openpyxladdsopenpyxlto your projectpoetry types updateaddstypes-openpyxlifopenpyxlis present, buttypes-openpyxlis notpoetry types updateremovestypes-openpyxliftypes-openpyxlis present, butopenpyxlis not
Run poetry self add poetry-types for global install or run poetry add -D poetry-types to use this plugin with your project.
- repo: https://github.com/jvllmr/poetry-types
rev: v0.6.0
hooks:
- id: poetry-typesci:
skip: [poetry-types]