Skip to content

Commit 44afff8

Browse files
committed
Fix precommit
1 parent cc8f9db commit 44afff8

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,16 +504,16 @@ <h2 class="section-title">Examples</h2>
504504
<div class="diff-header">
505505
<span class="diff-title">Author list uses &quot;and others&quot; instead of full list</span>
506506
<span class="stats"><span class="add-count">+3</span> <span class="del-count">-1</span></span>
507-
<span class="diff-badge badge-fix">fix</span>
507+
<span class="diff-badge badge-duplicate">duplicate detected</span>
508508
</div>
509509
<div class="diff-body">
510510
<table class="diff-table"><tbody>
511511
<tr class="diff-row add"><td class="diff-gutter">+</td><td class="diff-content">% bibtidy: <a href="https://doi.org/10.1109/ICCV51070.2023.00371" target="_blank" rel="noopener" style="color:inherit;text-decoration:underline">https://doi.org/10.1109/ICCV51070.2023.00371</a></td></tr>
512-
<tr class="diff-row add"><td class="diff-gutter">+</td><td class="diff-content">% bibtidy: expanded author list from &quot;and others&quot; to full list</td></tr>
512+
<tr class="diff-row add"><td class="diff-gutter">+</td><td class="diff-content">% bibtidy: kept authoritative version; incomplete duplicate commented out above</td></tr>
513513
<tr class="diff-row ctx"><td class="diff-gutter">&nbsp;</td><td class="diff-content">@inproceedings{kirillov2023segment,</td></tr>
514514
<tr class="diff-row ctx"><td class="diff-gutter">&nbsp;</td><td class="diff-content"> title={Segment anything},</td></tr>
515515
<tr class="diff-row del"><td class="diff-gutter">-</td><td class="diff-content"> author={Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer and Berg, Alexander C and Lo, Wan-Yen and others},</td></tr>
516-
<tr class="diff-row add"><td class="diff-gutter">+</td><td class="diff-content"> author={Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer and Berg, Alexander C and Lo, Wan-Yen and Doll{\'a}r, Piotr and Girshick, Ross},</td></tr>
516+
<tr class="diff-row add"><td class="diff-gutter">+</td><td class="diff-content"> author={Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer and Berg, Alexander C. and Lo, Wan-Yen and Doll{\'a}r, Piotr and Girshick, Ross},</td></tr>
517517
<tr class="diff-row ctx"><td class="diff-gutter">&nbsp;</td><td class="diff-content"> booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},</td></tr>
518518
<tr class="diff-row ctx"><td class="diff-gutter">&nbsp;</td><td class="diff-content"> pages={3992--4003},</td></tr>
519519
<tr class="diff-row ctx"><td class="diff-gutter">&nbsp;</td><td class="diff-content"> year={2023},</td></tr>

skills/bibtidy/tools/log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22
"""Logging helper that tees stdout/stderr to a .bib.log file."""
3+
34
from __future__ import annotations
45

56
import os

tests/bibtidy/test_validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_parenthesized_entry_rejected(self):
188188
"Kirillov, Alexander and Mintun, Eric and Ravi, Nikhila and Mao, Hanzi"
189189
" and Rolland, Chloe and Gustafson, Laura and Xiao, Tete and Whitehead, Spencer"
190190
" and Berg, Alexander C. and Lo, Wan-Yen and Doll{\\'a}r, Piotr and Girshick, Ross",
191-
),
191+
)
192192
},
193193
"tzou2022coronavirus": {},
194194
"aichberger2025semantically": {

0 commit comments

Comments
 (0)