# This is an example .flake8 config used when developing *Black* itself. [flake8] max-line-length = 88 max-complexity = 18 select = B,C,E,F,W,T4,B9 ignore = E203, E266, C901, C408, W503