Skip to content
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

Temporary fix for noqa problems. #2328

Merged
merged 2 commits into from
Mar 11, 2022
Merged

Temporary fix for noqa problems. #2328

merged 2 commits into from
Mar 11, 2022

Conversation

heplesser
Copy link
Contributor

This PR provides a temporary fix for the PEP8/noqa problem described in #2175, which currently leads to CI failure for many PRs. It brute-force ignores the problematic file.

This should be reversed as soon as a proper fix is in place (flake8 instead of pycodestyle).

@heplesser heplesser added S: Critical Needs to be addressed immediately T: Maintenance Work to keep up the quality of the code and documentation. I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Mar 7, 2022
@heplesser heplesser requested review from jougs and pnbabu March 7, 2022 22:12
@heplesser heplesser added this to In progress in Automated testing via automation Mar 7, 2022
@jougs
Copy link
Contributor

jougs commented Mar 8, 2022

Not sure we should merge this, given that help is on the way and will probably arrive later this week.

@heplesser
Copy link
Contributor Author

Not sure we should merge this, given that help is on the way and will probably arrive later this week.

Maybe we can keep it open but not merged, so we can merge it in case CI for other PRs is blocked by this problem.

Copy link
Contributor

@jougs jougs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that the other PR will probably still take some time and that the file in which this change is will be removed from the repository in that PR, I am now approving to reduce the annoyance by this nasty error. I'm also merging immediately, as the change does not concern the simulation code.

Automated testing automation moved this from In progress to Reviewer approved Mar 11, 2022
@jougs jougs merged commit f5f8895 into nest:master Mar 11, 2022
Automated testing automation moved this from Reviewer approved to Done Mar 11, 2022
@heplesser heplesser deleted the fix-2175-noqa branch April 20, 2022 11:47
@heplesser heplesser restored the fix-2175-noqa branch April 20, 2022 11:47
@heplesser heplesser deleted the fix-2175-noqa branch April 20, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Critical Needs to be addressed immediately T: Maintenance Work to keep up the quality of the code and documentation.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants