minor: remove wrong comment in .flake8 (#788)

This is there since the initial commit, which did not have a setup.cfg.
This commit is contained in:
Daniel Hahler 2019-05-02 19:03:02 +02:00 committed by Jelle Zijlstra
parent cea13f4984
commit acafdcb594

View File

@ -1,6 +1,3 @@
# This is an example .flake8 config, used when developing *Black* itself.
# Keep in sync with setup.cfg which is used for source packages.
[flake8] [flake8]
ignore = E203, E266, E501, W503 ignore = E203, E266, E501, W503
max-line-length = 80 max-line-length = 80