Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2025
1 parent 3ca8fc9 commit 7b1db18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/bep_gantt_html_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Also include a timeline of the main BIDS events.
"""

from __future__ import annotations

from datetime import datetime
Expand Down
1 change: 1 addition & 0 deletions tools/bep_gantt_mermaid_insert.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Creates a Gantt chart for the completed BEPs"""

from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions tools/convert_to_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- using the html version of the tables instead of the markdown version
because the pandoc version of the markdown tables is not very good
"""

import datetime
from pathlib import Path

Expand Down

0 comments on commit 7b1db18

Please sign in to comment.