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
This commit is contained in:
Thomas Grainger 2020-07-13 07:47:27 +00:00
parent a7be77f761
commit 00d3c331b9

View file

@ -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.