You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pre-commit] Use correct comment format # noqa: not # noqa in tests/b* (sonic-net#17759)
What is the motivation for this PR?
In pre-commit, we were using # noqa to ignore failures/errors/warnings in our code, but once we use # noqa, it will ignore all pre-commit errors in this line, the correct solution is using # noqa: so only specific failures/errors/warnings would be ignored.
How did you do it?
Replace # noqa with # noqa: in tests/b*
Signed-off-by: Guy Shemesh <[email protected]>
0 commit comments