Skip to content

Commit 55c6a80

Browse files
committed
Fix linting issue that needed a trailing indent
1 parent cf4f12f commit 55c6a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/migrations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Migrating 6.5.x — 7.0.x
2121
to be changed to ``*/tests/*``.
2222

2323
- ``**`` now matches any number of nested directories. If you wish to retain the behavior of
24-
``**/tests/*`` in previous versions then ``*/**/tests/*`` can be used instead.
24+
``**/tests/*`` in previous versions then ``*/**/tests/*`` can be used instead.
2525

2626
- When remapping file paths with ``[paths]``, a path will be remapped only if
2727
the resulting path exists. Ensure that remapped ``[paths]`` exist when upgrading

0 commit comments

Comments
 (0)