Skip to content

Commit 64b1b89

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce176e0 commit 64b1b89

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

data/beps/beps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@
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

tools/ci/validate_people.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)