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
If I have installed pep8-naming, as discussed in chapter 4, and run flake8 on the tests of the exercises for chapter 3, I get a naming complaint here. This can be resolved by adding # noqa N802.
This may also be the case elsewhere in the exercise tests suite.