From 00d3c331b9e9d43a4b76f518d360f4b1ab9d6542 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 13 Jul 2020 07:47:27 +0000 Subject: [PATCH] update docs about local-plugins relative paths the paths are resolved relative to all paths not just the one the path directive is found in --- docs/source/user/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/configuration.rst b/docs/source/user/configuration.rst index 108dd98..e6ded8e 100644 --- a/docs/source/user/configuration.rst +++ b/docs/source/user/configuration.rst @@ -288,7 +288,7 @@ the ``local-plugins`` section of your config: paths = ./path/to -Relative paths will be interpreted relative to the config file. Multiple paths +Relative paths will be interpreted relative to all config files. Multiple paths can be listed (comma separated just like ``exclude``) as needed. If your local plugins have any dependencies, it's up to you to ensure they are installed in whatever Python environment |Flake8| runs in.