-
-
Notifications
You must be signed in to change notification settings - Fork 636
feat(gazelle): Include types/stubs packages #2425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
143267d
feat(gazelle): Include types/stubs packages that have them
ewianda 95e438f
Add unit test
ewianda a4fa177
Change add_all argument for include_types
ewianda c63176c
Remove binary wheels and add internal_dev_deps
ewianda c6f69c2
Add manifest with type example
ewianda d1f8b9e
Add documentation and update change log
ewianda 8a90f5b
Update requirements on windows
ewianda 067e242
Add an empty line to changelog.
aignas 9577834
Update gazelle/README.md whitespace
aignas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
examples/bzlmod_build_file_generation/gazelle_python_with_types.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# GENERATED FILE - DO NOT EDIT! | ||
# | ||
# To update this file, run: | ||
# bazel run //:gazelle_python_manifest_with_types.update | ||
|
||
manifest: | ||
modules_mapping: | ||
S3: s3cmd | ||
asgiref: asgiref | ||
astroid: astroid | ||
certifi: certifi | ||
chardet: chardet | ||
dateutil: python_dateutil | ||
dill: dill | ||
django: Django | ||
django_stubs: django_stubs | ||
django_stubs_ext: django_stubs_ext | ||
idna: idna | ||
isort: isort | ||
lazy_object_proxy: lazy_object_proxy | ||
magic: python_magic | ||
mccabe: mccabe | ||
pathspec: pathspec | ||
pkg_resources: setuptools | ||
platformdirs: platformdirs | ||
pylint: pylint | ||
requests: requests | ||
setuptools: setuptools | ||
six: six | ||
sqlparse: sqlparse | ||
tabulate: tabulate | ||
tomli: tomli | ||
tomlkit: tomlkit | ||
types_pyyaml: types_pyyaml | ||
types_tabulate: types_tabulate | ||
typing_extensions: typing_extensions | ||
urllib3: urllib3 | ||
wrapt: wrapt | ||
yaml: PyYAML | ||
yamllint: yamllint | ||
pip_repository: | ||
name: pip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.