Changes between Initial Version and Version 1 of Ticket #36708, comment 9


Ignore:
Timestamp:
Nov 18, 2025, 10:44:16 AM (8 days ago)
Author:
Rudraksha Dwivedi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36708, comment 9

    initial v1  
    1313hey thanks for your response!!
    1414i read through the article and your suggestion about about precommit lint test was really helpful
    15 however due to some odd reason even after running the precommit test
     15I ran the pre-commit hooks locally, and all relevant checks passed
    1616with relevant test log = (
    1717black....................................................................Passed
     
    2424)
    2525
    26 to me it looked like its done but after pushing the GitHub automated flow showed same issue can i get some more cues on what i can do ?
    27 also, unrelated question is committing + pushing to the PR so many times (to fix the issue of this nature where u can only see the result on pushing) considered a bad practise ?
    28 thanks !
     26Since everything appeared clean locally, I expected the GitHub workflow to pass as well, but the same flake8 issue is still reported in CI. Could you provide any guidance on what else I should check or what might cause this discrepancy?
     27Also, on a related note: is it generally acceptable to make several small commits and pushes to a PR when iterating on CI failures, or is this discouraged?
     28Thanks again.
Back to Top