fix: for several outstanding pre-commit-lite issues that don't allow pre-commit to pass on Linux or Mac.#2740
Merged
crivetimihai merged 5 commits intomainfrom Feb 7, 2026
Merged
Conversation
added 5 commits
February 7, 2026 00:07
Signed-off-by: Brian Hussey <redacted@ie.ibm.com>
…iles that are self executable Signed-off-by: Brian Hussey <redacted@ie.ibm.com>
…iles with tests for the not allowed terms Signed-off-by: Brian Hussey <redacted@ie.ibm.com>
…o fix yaml linting issue with tests/performance/plugins/config.yaml Signed-off-by: Brian Hussey <redacted@ie.ibm.com>
… that are procedural and not specific units, including jmeter, loadtest(locust) and client Signed-off-by: Brian Hussey <redacted@ie.ibm.com>
86666bc to
ebdbcec
Compare
crivetimihai
approved these changes
Feb 7, 2026
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
…pre-commit to pass on Linux or Mac. (IBM#2740) * fix 2731 - Change file permissions on test/client/__init__.py Signed-off-by: Brian Hussey <redacted@ie.ibm.com> * fix 2732 - Change file permissions on executable scripts and python files that are self executable Signed-off-by: Brian Hussey <redacted@ie.ibm.com> * fix 2733 - set pre-commit detect-private-key to ignore the specific files with tests for the not allowed terms Signed-off-by: Brian Hussey <redacted@ie.ibm.com> * fix 2734 - correct config of check-yaml to allow multiple files and to fix yaml linting issue with tests/performance/plugins/config.yaml Signed-off-by: Brian Hussey <redacted@ie.ibm.com> * fix 2735 - correct config of name-tests-test to exclude further tests that are procedural and not specific units, including jmeter, loadtest(locust) and client Signed-off-by: Brian Hussey <redacted@ie.ibm.com> --------- Signed-off-by: Brian Hussey <redacted@ie.ibm.com> Co-authored-by: Brian Hussey <redacted@ie.ibm.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 Related Issue
Closes #2731
Closes #2732
Closes #2733
Closes #2734
Closes #2735
📝 Summary
We are seeing failures on
make pre-commitdue to various reasons but specific failures outlined in defects above are:uv run --active pre-commit run --config .pre-commit-lite.yaml --all-files name-tests-testuv run --active pre-commit run --config .pre-commit-lite.yaml --all-files check-yamluv run --active pre-commit run --config .pre-commit-lite.yaml --all-files detect-private-keyuv run --active pre-commit run --config .pre-commit-lite.yaml --all-files check-shebang-scripts-are-executableuv run --active pre-commit run --config .pre-commit-lite.yaml check-executables-have-shebangs --all-files🏷️ Type of Change
Bug fixes to development tasks from make, pre-commit
🧪 Verification
make lintmake testmake coverage✅ Checklist
make black isort pre-commit)📓 Notes (optional)
Screenshots, design decisions, or additional context.