File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -369,12 +369,12 @@ The glob patterns must follow the specification:
369369 will be matched verbatim.
370370- Special characters: ``* ``, ``? ``, ``** `` and character ranges: [] are supported.
371371- Path delimiters must be the forward slash character (``/ ``).
372- - Patterns are relative to the directory containing :file: `pyproject.toml `, the
373- leading slash character is not allowed .
372+ - Patterns are relative to the directory containing :file: `pyproject.toml `, and
373+ thus may not start with a slash character .
374374- Parent directory indicators (``.. ``) must not be used.
375375- Each glob must match at least one file.
376376
377- Literal paths are treated as valid globs.
377+ Literal paths are valid globs.
378378Any characters or character sequences not covered by this specification are
379379invalid.
380380
You can’t perform that action at this time.
0 commit comments