Skip to content

Commit 405786b

Browse files
style: autoformat with pre-commit
1 parent 490da4a commit 405786b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/updating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ changed the placeholder, while `HEADER` and `FOOTER` still receive template upda
296296

297297
The optional identifier after the token (`greeting` above) lets Copier match a region to
298298
its counterpart even if the region moves within the file between template versions. When
299-
omitted, regions are matched by their order of appearance in the file. Nested markers are
300-
not supported, and a file with unbalanced markers is left untouched.
299+
omitted, regions are matched by their order of appearance in the file. Nested markers
300+
are not supported, and a file with unbalanced markers is left untouched.
301301

302302
## Checking for updates
303303

tests/test_preserve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
# Unit tests for the parsing / capture / restore primitives.
2525

26+
2627
def test_parse_regions_named_and_anonymous() -> None:
2728
text = (
2829
f"head\n# {PRESERVE_START_TOKEN} foo\nA\nB\n# {PRESERVE_END_TOKEN} foo\n"

0 commit comments

Comments
 (0)