There was a problem hiding this comment.
Note
Copilot was unable to run its full agentic suite in this review.
Reduces distribution/package size by excluding a large, non-runtime text artifact (kiota-dom-export.txt) from Flit packaging inputs (per #1287).
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| [tool.flit.sdist] | ||
| exclude = ["msgraph/generated/kiota-dom-export.txt"] |
|
I am not a python expert, so I don't know if Copilot's suggestions make sense. Please advise. |
Sorry, something went wrong.
kiota-dom-export.txt is not needed at runtime and is a very large file (~32MB), contributing to a bloated package.
Fixes #1287
@lramosvea Please review. Note that I hadn't originally created this PR, because I was under the impression that this repository's content was auto-generated as I saw recent PRs from a bot updating these files.
I also wasn't sure if this was a chore or build or something else - let me know if you want it changed.