# This is an example .flake8 config, used when developing *Black* itself. # Keep in sync with setup.cfg which is used for source packages. [flake8] ignore = E266, E501 max-line-length = 80 max-complexity = 12 select = B,C,E,F,W,T4,B9