From fbeb4f8dac267ea0d001dcb9237245837975b006 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:11:11 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17555c58d..b9b7aea62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: detect-private-key - repo: https://github.com/psf/black - rev: "24.10.0" + rev: "25.1.0" hooks: - id: black - id: black-jupyter From a0302e7bfd9227cc7c8c2e87a3473fbb12db7356 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:13:02 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- bundle/hybrid_programming/scripts/train_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/hybrid_programming/scripts/train_demo.py b/bundle/hybrid_programming/scripts/train_demo.py index 6a1316f12..9485cbc73 100644 --- a/bundle/hybrid_programming/scripts/train_demo.py +++ b/bundle/hybrid_programming/scripts/train_demo.py @@ -8,7 +8,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -""" A demo of overwriting the configuration content using the command line input """ +"""A demo of overwriting the configuration content using the command line input""" from monai.bundle import ConfigParser