From be2389821fb34fce467ae5db98c4f3bd4e327ca1 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 17 Jul 2019 09:43:03 +0200 Subject: [PATCH] Ignore from isort the tests from the root --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index 08417f7750..be24100795 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -3,5 +3,5 @@ multi_line_output=3 line_length=88 known_third_party=astroid, sphinx, isort, pytest, mccabe, six, include_trailing_comma=True -skip_glob=*/functional/**,*/input/**,*/test/extension/**,*/test/regrtest_data/**,*/test/data/** +skip_glob=tests/functional/**,tests/input/**,*/test/extension/**,tests/regrtest_data/**,*tests/data/** project=pylint