From bd354f653c72f229fbc0d9fad91be03a105c7a01 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sun, 29 Nov 2015 15:25:10 +0100 Subject: [PATCH] Exclude stuff from style-check --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0b5d6396e..02854840e 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,8 @@ DONT_CHECK = -i build -i dist -i sphinx/style/jquery.js \ -i .ropeproject -i doc/_build -i tests/path.py \ -i tests/coverage.py -i env -i utils/convert.py \ -i tests/typing_test_data.py \ + -i tests/test_autodoc_py35.py \ + -i tests/build \ -i sphinx/search/da.py \ -i sphinx/search/de.py \ -i sphinx/search/en.py \