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.
Este ejercicio forma parte del curso
Developing Python Packages
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
