# 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 = W503, E203, E221, C901, C408, E741max-line-length = 100max-complexity = 18select = B,C,E,F,W,T4,B9exclude = build,__init__.py