mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Merge branch 'patch-1' into 'master'
update docs about local-plugins relative paths See merge request pycqa/flake8!442
This commit is contained in:
commit
31aa401e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ the ``local-plugins`` section of your config:
|
||||||
paths =
|
paths =
|
||||||
./path/to
|
./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
|
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
|
plugins have any dependencies, it's up to you to ensure they are installed in
|
||||||
whatever Python environment |Flake8| runs in.
|
whatever Python environment |Flake8| runs in.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue