Appropriate style filtering
You are coding a one-line equation in one file within your package. This file is called calculation.py
. You'd like to add extra white spaces to make the equation easier to read, but this will cause flake8
to report an E222 violation. What is the most appropriate way to filter out this warning?
This exercise is part of the course
Developing Python Packages
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
