aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-12-16 19:54:22 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-12-16 20:34:07 +0100
commitdc9a441bfa8b2767748a8e3d138ae765e0d7b0cb (patch)
tree0d28e9b5ae6a9a2ccb2a214500cdd16bfacc8580 /setup.cfg
parentee6dfe8308c967573a9d12d8dbbc1533cec45f51 (diff)
downloadyoutube-dl-dc9a441bfa8b2767748a8e3d138ae765e0d7b0cb.zip
youtube-dl-dc9a441bfa8b2767748a8e3d138ae765e0d7b0cb.tar.gz
youtube-dl-dc9a441bfa8b2767748a8e3d138ae765e0d7b0cb.tar.bz2
Move flake8 configuration to setup.cfg
It will be used when calling flake8 from any directory in the project
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e57d130..8659b50 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,6 @@
[wheel]
universal = True
+
+[flake8]
+exclude = youtube_dl/extractor/__init__.py
+ignore = E501