mirror of https://github.com/astral-sh/ruff
Fix formatting of a warning box in docs (#9017)
## Summary The last few words of a sentence that should be inside a warning box (in https://docs.astral.sh/ruff/configuration/#default-inclusions) are currently placed just after it because of a mistake in indentation.
This commit is contained in:
parent
958702ded0
commit
b4a050c21d
|
|
@ -338,7 +338,7 @@ You can also change the default selection using the [`include`](settings.md#incl
|
|||
|
||||
!!! warning
|
||||
Paths provided to `include` _must_ match files. For example, `include = ["src"]` will fail since it
|
||||
matches a directory.
|
||||
matches a directory.
|
||||
|
||||
## Jupyter Notebook discovery
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue