Ignoring specific errors
Occasionally you may find that applying the PEP8 guidelines makes your code harder to read, or harder to use.
From the Zen of Python,
Special cases aren't special enough to break the rules.
Although practicality beats purity.
In these practical cases, you will make deliberate decisions to break the rules and filter out these flake8
violations.
This exercise is part of the course
Developing Python Packages
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
