python from __future__ import print_function def greet(name): print("Hello, " + name) greet("Alice") ini [flake8] max-line-length = 120 [pylint] disable = W0401 [pycodestyle] max-line-length = 120