Add PyRecEst static fixes and next improvements#2103
Merged
Conversation
Contributor
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ COPYPASTE | jscpd | yes | no | no | 24.25s | |
| ✅ JSON | prettier | 1 | 0 | 0 | 0 | 0.42s |
| ✅ JSON | v8r | 1 | 0 | 0 | 3.04s | |
| markdownlint | 11 | 0 | 3 | 0 | 0.87s | |
| ✅ MARKDOWN | markdown-table-formatter | 11 | 3 | 0 | 0 | 0.58s |
| ✅ PYTHON | black | 27 | 17 | 0 | 0 | 3.72s |
| ✅ PYTHON | isort | 27 | 20 | 0 | 0 | 0.62s |
| ✅ REPOSITORY | checkov | yes | no | no | 30.58s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 14.11s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.29s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 12.35s | |
| ✅ REPOSITORY | syft | yes | no | no | 6.9s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 3.5s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 18.36s | |
| ✅ YAML | prettier | 1 | 0 | 0 | 0 | 0.49s |
| ✅ YAML | v8r | 1 | 0 | 0 | 1.59s | |
| ✅ YAML | yamllint | 1 | 0 | 0 | 0.37s |
Detailed Issues
⚠️ MARKDOWN / markdownlint - 3 errors
docs/release-process.md:12:85 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/scenario-zoo.md:44:112 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/scenario-zoo.md:47:112 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

Show us your support by starring ⭐ the repository
Preserve the PR's static-fix and next-improvement changes while basing the tree on the current main branch after MegaLinter formatting updates. Also keep the CI fixes for transient isort artifacts and aligned Markdown tables.
f3a3cfe to
43a88ad
Compare
Contributor
# Conflicts: # docs/backend-api-matrix.md # src/pyrecest/__init__.py # src/pyrecest/cli.py # src/pyrecest/exceptions.py
…-next-20260521-072816 # Conflicts: # docs/backend-api-matrix.md # src/pyrecest/cli.py # src/pyrecest/exceptions.py
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.
Summary
Verification