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
#383 introduced a large number of new style checks. Some checks fail on uncovered code. Rather than update this code with a risk of introducing a bug (for unsafe and manual fixes) that would be uncaught noqa comments were added.
Increase test coverage for noqa lines of code to allow their safe removal.
#383 introduced a large number of new style checks. Some checks fail on uncovered code. Rather than update this code with a risk of introducing a bug (for unsafe and manual fixes) that would be uncaught
noqa
comments were added.Increase test coverage for
noqa
lines of code to allow their safe removal.Related to #388
The text was updated successfully, but these errors were encountered: