# This is an example .flake8 config, used when developing *Black* itself.
# Keep in sync with setup.cfg which is used for source packages.

[flake8]
select = C,E,F,W,B
ignore = E203, E501, W503, B008
copyright-check = True
max-complexity = 15
