Add support to disable signing python files
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
In Aspire, we are shipping a template with some .py files in it. These .py files are getting a signing block appended to them.
We are working around this in https://github.com/dotnet/aspire/pull/13005, but would like an official way of excluding .py files from being signed. Similar to the work done in https://github.com/dotnet/arcade/pull/15760, where not signing JS files can be opted in/out with a flag.
cc @missymessa @ellahathaway @mmitche @joperezr
Contributor guide
Assessment
This issue has not been assessed yet.