File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 550550 family-names : Shirazi
551551 bids_maintainers :
552552 status :
553- - Community comments and feedback are being collected (April 2025)
554- - Approved on May 2024, inviting collaborators (please join)
555- - Original issue : https://github.com/bids-standard/bids-specification/issues/1371
553+ - Community comments and feedback are being collected (April 2025)
554+ - Approved on May 2024, inviting collaborators (please join)
555+ - Original issue : https://github.com/bids-standard/bids-specification/issues/1371
556556 blocking :
557557 google_doc_created : 2023-01
558558 pull_request_created : 2024-12-06
Original file line number Diff line number Diff line change @@ -69,7 +69,9 @@ def main(files_to_check):
6969 has_email = True
7070 else :
7171 color = "yellow" if has_email else "red"
72- print (f" [{ color } ]no email in specification/CITATION.cff." )
72+ print (
73+ f" [{ color } ]no email in specification/CITATION.cff."
74+ )
7375
7476 if email ["conflicting" ]:
7577 return_code = 1
You can’t perform that action at this time.
0 commit comments