Skip to content

Commit 7361300

Browse files
committed
MNT: Apply pre-commit hooks
1 parent f9d4f53 commit 7361300

File tree

11 files changed

+7
-11
lines changed

11 files changed

+7
-11
lines changed

.circleci/artifact_path

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/0/tmp/gh-pages/docs/_build/no_version_html/html/index.html
1+
/0/tmp/gh-pages/docs/_build/no_version_html/html/index.html

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- checkout:
6161
path: /tmp/src/sdcflows
6262

63-
- run:
63+
- run:
6464
name: Configure git (pacify datalad)
6565
command: |
6666
git config --global user.name "First Last"

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
source /tmp/buildenv/bin/activate
4848
python -m pip install -U build "setuptools >= 45" wheel "setuptools_scm >= 6.2" \
4949
setuptools_scm_git_archive pip twine docutils
50-
50+
5151
python -m build -s -w
5252
python -m twine check dist/sdcflows-*
5353
mv dist /tmp/package

.maint/MAINTAINERS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ If you are participating because of your affiliation with another organization (
1212
| Esteban | Oscar | @oesteban | 0000-0001-8435-6191 | Lausanne University Hospital and University of Lausanne, Lausanne, Switzerland |
1313
| Goncalves | Mathias | @mgxd | 0000-0002-7252-7771 | Department of Psychology, Stanford University, CA, USA |
1414
| Markiewicz | Christopher J. | @effigies | 0000-0002-6533-164X | Department of Psychology, Stanford University, CA, USA |
15-

.maint/PIs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ If you are participating because of your affiliation with another organization (
1414
| Poldrack | Russell A. | @poldrack | 0000-0001-6755-0259 | Department of Psychology, Stanford University, CA, USA |
1515
| Satterthwaite | Theodore D. | | 0000-0001-7072-9399 | Perelman School of Medicine, University of Pennsylvania, PA, USA |
1616
| Gorgolewski | Krzysztof J. | @chrisgorgo | 0000-0003-3321-7583 | Google LLC |
17-

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ docker:
1515
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
1616
--build-arg VCS_REF=`git rev-parse --short HEAD` \
1717
--build-arg VERSION=`python setup.py --version` .
18-

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SDCFlows
1313
.. image:: https://github.com/nipreps/sdcflows/workflows/Deps%20&%20CI/badge.svg
1414
:target: https://github.com/nipreps/sdcflows/actions
1515

16-
SDCFlows (*Susceptibility Distortion Correction workFlows*) is a Python library of
16+
SDCFlows (*Susceptibility Distortion Correction workFlows*) is a Python library of
1717
*NiPype*-based workflows to preprocess *B0* mapping data, estimate the corresponding
1818
fieldmap and finally correct for susceptibility distortions.
1919
Susceptibility-derived distortions are typically displayed by images acquired with EPI
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.version-tree ul {
22
list-style-type: none;
3-
}
3+
}

docs/_static/js/version-switch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ $(document).ready(function() {
3838
}).fail(function() {
3939
$("#version-menu").hide(); // JSON download failed - hide dropdown
4040
});
41-
});
41+
});

docs/links.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
.. _FSL: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/
66
.. _ANTs: https://stnava.github.io/ANTs/
77
.. _AFNI: https://afni.nimh.nih.gov/
8-
.. _FreeSurfer: https://surfer.nmr.mgh.harvard.edu/
8+
.. _FreeSurfer: https://surfer.nmr.mgh.harvard.edu/

0 commit comments

Comments
 (0)