ci: add Python linter to check#14323
Merged
Merged
Conversation
Contributor
Author
|
@jerpelea This PR is already targeting release. I can modify on master on a different PR is that's ok. |
Contributor
|
@fdcavalcanti please add it to master and I will backport to the release branch |
b66ef16 to
29cc9b1
Compare
Contributor
Author
|
Done. I suspected some conflict may happen. |
1 task
lupyuen
added a commit
to lupyuen2/wip-nuttx-apps
that referenced
this pull request
Nov 2, 2024
This PR syncs apache/nuttx#14323 from `nuttx` repo to `nuttx-apps`. This will resolve the `checkpatch.sh` failure: apache#2812
cederom
pushed a commit
to apache/nuttx-apps
that referenced
this pull request
Nov 2, 2024
This PR syncs apache/nuttx#14323 from `nuttx` repo to `nuttx-apps`. This will resolve the `checkpatch.sh` failure: #2812
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
Add Black, isort and Flake8 to
checklinter. This follows issues found in #14319 .A previous modification was done on master #14176 but missed those packages.
Impact
Installs Python linter packages to this release.
Testing
Running tests on this PR.
@lupyuen @jerpelea