From dc9a441bfa8b2767748a8e3d138ae765e0d7b0cb Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Tue, 16 Dec 2014 19:54:22 +0100 Subject: Move flake8 configuration to setup.cfg It will be used when calling flake8 from any directory in the project --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e57d130e3..8659b5069 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,6 @@ [wheel] universal = True + +[flake8] +exclude = youtube_dl/extractor/__init__.py +ignore = E501 -- cgit v1.2.3