Skip to content

Commit 3de2766

Browse files
authored
Add information about .pyi to copilot-instructions.md (openvinotoolkit#34518)
### Details: - Python stub files (`.pyi`) under `src/bindings/python/` are auto-generated by a scheduled GitHub Actions workflow (`update_pyapi_stubs.yml`) using `pybind11-stubgen`. Comments requesting changes to it [(example)](openvinotoolkit#34511 (comment)) are not necessary. ### AI Assistance: - *AI assistance used: yes*
1 parent d988c34 commit 3de2766

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Before posting any comment, apply this gate:
9999
- Do not review vendored/third-party sources under `thirdparty/` unless the PR explicitly modifies integration or patch logic.
100100
- Do not enforce component-specific runtime behavior rules on docs-only PRs.
101101
- For generated or auto-updated files (for example stubs/version bumps), comment only if there is clear breakage risk.
102+
- Python stub files (`.pyi`) under `src/bindings/python/` are auto-generated by a scheduled GitHub Actions workflow (`update_pyapi_stubs.yml`) using `pybind11-stubgen`. Do not request manual fixes to stub files.
102103

103104
## Component-Specific Expectations
104105

0 commit comments

Comments
 (0)