File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ class additional_ignore(ConfigVar): # noqa
5858
5959class yapf_exclude (ConfigVar ): # noqa
6060 """
61- A list of additional files or directories to exclude from ``yapf`` autoformatting .
61+ A list of regular expressions to use to exclude files and directories from ``yapf-isort`` .
6262
6363 Example:
6464
6565 .. code-block:: yaml
6666
6767 yapf_exclude:
68- - "** /templates/"
68+ - ".* /templates/.* "
6969 """
7070
7171 dtype = List [str ]
Original file line number Diff line number Diff line change 330330 "items" : {
331331 "type" : " string"
332332 },
333- "description" : " A list of additional files or directories to exclude from ``yapf`` autoformatting ."
333+ "description" : " A list of regular expressions to use to exclude files and directories from ``yapf-isort`` ."
334334 },
335335 "tests_dir" : {
336336 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments