1[flake8] 2ignore = E203, E266, E501, W503 3exclude = 4 # Standard linting exemptions. 5 __pycache__, 6 .git, 7 *.pyc, 8 conf.py 9