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