-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ linux cirque ] Add flake8 to workflow and fix python files (part #25193) #25245
Merged
andy31415
merged 3 commits into
project-chip:master
from
DamMicSzm:flake8-fix-linux-cirque
May 2, 2023
Merged
[ linux cirque ] Add flake8 to workflow and fix python files (part #25193) #25245
andy31415
merged 3 commits into
project-chip:master
from
DamMicSzm:flake8-fix-linux-cirque
May 2, 2023
Conversation
This file contains 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
pullapprove
bot
requested review from
amitnj,
andy31415,
anush-apple,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
jtung-apple,
kcoppock,
kkasperczyk-no,
ksperling-apple and
lazarkov
February 22, 2023 13:33
PR #25245: Size comparison from 9f3a468 to 6d00898 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
Damian-Nordic
approved these changes
Feb 23, 2023
DamMicSzm
force-pushed
the
flake8-fix-linux-cirque
branch
from
February 24, 2023 09:35
6d00898
to
b9c4104
Compare
PR #25245: Size comparison from 61cf6f2 to b9c4104 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #25245: Size comparison from 31da720 to c7d49a1 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
DamMicSzm
force-pushed
the
flake8-fix-linux-cirque
branch
from
February 28, 2023 09:44
c7d49a1
to
4267f76
Compare
PR #25245: Size comparison from 92d86d5 to 4267f76 Full report (1 build for cc32xx)
|
DamMicSzm
force-pushed
the
flake8-fix-linux-cirque
branch
from
March 1, 2023 09:46
4267f76
to
960459a
Compare
PR #25245: Size comparison from eff5773 to 960459a Full report (4 builds for cc32xx, mbed, qpg)
|
pullapprove
bot
requested review from
joonhaengHeo and
younghak-hwang
and removed request for
pjzander-signify
March 14, 2023 17:35
DamMicSzm
force-pushed
the
flake8-fix-linux-cirque
branch
from
April 17, 2023 12:03
960459a
to
290d2c5
Compare
PR #25245: Size comparison from 3037a8a to 290d2c5 Full report (1 build for cc32xx)
|
arkq
approved these changes
Apr 29, 2023
PR #25245: Size comparison from 29f0d36 to 95fcc40 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
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.
This pull request is a part of #25193 ( part fix python files in src/test_driver/linux-cirque )
Problem
Python files need prevent things like syntax errors, typos, bad style, etc... it saves time for reviewing your code. Many python files needed bug fixes.
Changes
Fix all python files in cirque linux test where linter find problem.
Testing
CI will test and maybe some another manual testing