From 14c78102f6b9675c8342d1a076a79c5d66a6b861 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 20 Mar 2024 16:20:11 -0400 Subject: [PATCH] [DATALAD RUNCMD] pipx run 'codespell[toml]' --toml pyproj... === Do not change lines below === { "chain": [], "cmd": "pipx run 'codespell[toml]' --toml pyproject.toml -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 064b7ff4d..567eff858 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,7 @@ cleanup with *Ruff*. CHANGES ------- -* FIX: Missing conection to head-motion estimation node in DWI workflow by `@oesteban `__ in `#1207 `__ +* FIX: Missing connection to head-motion estimation node in DWI workflow by `@oesteban `__ in `#1207 `__ * FIX: Revise porting to ``Loader`` by `@oesteban `__ in `#1201 `__ * FIX: Revise the last two sloppy merges by `@oesteban `__ in `#1200 `__ * FIX: Move from ``pkg_resources`` to ``niworkflows.data.Loader`` by `@oesteban `__ in `#1199 `__