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
I have checked there are no open requests referencing the same feature
Description
This might be a design choice (in which case, close this immediately 😋), but currently Sourcery doesn't ignore lines with the # noqa trailing comment. Although # noqa isn't a recommended way of suppressing QA warnings, there are occasional places where it's helpful.
It would be awesome if both the CLI and the IDE interfaces would ignore lines with the # noqa trailing comment. A minimal example in PyCharm to show that this currently isn't the case is in the screenshot below:
The text was updated successfully, but these errors were encountered:
Checklist
Description
This might be a design choice (in which case, close this immediately 😋), but currently Sourcery doesn't ignore lines with the
# noqa
trailing comment. Although# noqa
isn't a recommended way of suppressing QA warnings, there are occasional places where it's helpful.It would be awesome if both the CLI and the IDE interfaces would ignore lines with the
# noqa
trailing comment. A minimal example in PyCharm to show that this currently isn't the case is in the screenshot below:The text was updated successfully, but these errors were encountered: