From 7b1db1841ce2819640bfdbeddd24c64e535fa739 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:43:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tools/bep_gantt_html_create.py | 1 + tools/bep_gantt_mermaid_insert.py | 1 + tools/convert_to_md.py | 1 + 3 files changed, 3 insertions(+) diff --git a/tools/bep_gantt_html_create.py b/tools/bep_gantt_html_create.py index a4b681de..d52362c8 100644 --- a/tools/bep_gantt_html_create.py +++ b/tools/bep_gantt_html_create.py @@ -2,6 +2,7 @@ Also include a timeline of the main BIDS events. """ + from __future__ import annotations from datetime import datetime diff --git a/tools/bep_gantt_mermaid_insert.py b/tools/bep_gantt_mermaid_insert.py index b8fa65ad..e8265b15 100644 --- a/tools/bep_gantt_mermaid_insert.py +++ b/tools/bep_gantt_mermaid_insert.py @@ -1,4 +1,5 @@ """Creates a Gantt chart for the completed BEPs""" + from __future__ import annotations from pathlib import Path diff --git a/tools/convert_to_md.py b/tools/convert_to_md.py index e9116fc3..2606d4a9 100644 --- a/tools/convert_to_md.py +++ b/tools/convert_to_md.py @@ -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