From acafdcb5945cda8d424b2dbd0f9d0d56cf658533 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 2 May 2019 19:03:02 +0200 Subject: [PATCH 1/1] minor: remove wrong comment in .flake8 (#788) This is there since the initial commit, which did not have a setup.cfg. --- .flake8 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.flake8 b/.flake8 index c286ad0..c321e71 100644 --- a/.flake8 +++ b/.flake8 @@ -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] ignore = E203, E266, E501, W503 max-line-length = 80 -- 2.39.2