From a78b7113a78afbee1da240d7469ba45b6191ba0d Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 20 Mar 2021 15:32:19 +0200 Subject: [PATCH] Remove .flake8 file which is no longer used The flake8 configuration is in tox.ini instead. --- .flake8 | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .flake8 diff --git a/.flake8 b/.flake8 deleted file mode 100644 index ac8f3fb..0000000 --- a/.flake8 +++ /dev/null @@ -1,2 +0,0 @@ -# This file will be ignored - see http://flake8.pycqa.org/en/2.6.0/config.html#per-project -# Edit the [flake8] section in tox.ini instead