Skip to content

Commit b1715aa

Browse files
committed
MNT: Run pre-commit
1 parent 59bddc0 commit b1715aa

File tree

12 files changed

+10
-13
lines changed

12 files changed

+10
-13
lines changed

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ For the Documentation request, please include the following:
1111
------------------------
1212
What would you like changed/added and why?
1313
Do you have any suggestions for the new documents?
14-
-->
14+
-->

.maint/ci/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$OS_TYPE" = "ubuntu-latest" ]; then
1313
elif [ "$OS_TYPE" = "macos-latest" ]; then
1414
brew install graphviz
1515
else
16-
echo "Unknown OS_TYPE: $OS_TYPE"
16+
echo "Unknown OS_TYPE: $OS_TYPE"
1717
fi
1818

1919
set +eux

.maint/former.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
{
33
"name": "Berleant, Shoshana"
44
}
5-
]
5+
]

.maint/update_changes.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ fi
5252

5353
# Replace old CHANGES.rst with new file
5454
mv newchanges CHANGES.rst
55-

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"python.linting.enabled": true,
99
"python.testing.pytestArgs": [],
1010
"python.linting.pylintEnabled": false
11-
}
11+
}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing to *fMRIPrep*
22

3-
*fMRIPrep* is a project of the [*NiPreps* Community, which specifies the contributing guidelines](https://www.nipreps.org/community/).
3+
*fMRIPrep* is a project of the [*NiPreps* Community, which specifies the contributing guidelines](https://www.nipreps.org/community/).

Dockerfile_devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN mkdir /src/codeserver &&\
7676

7777
RUN /src/codeserver/code-server --install-extension eamodio.gitlens &&\
7878
/src/codeserver/code-server --install-extension ms-python.python
79-
79+
8080

8181
ENTRYPOINT ["/src/codeserver/code-server", "--auth", "none", "/src/fmriprep"]
8282

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,3 @@
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202-

docs/_static/SampleReport/sample_report.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h3 id="references" class="unnumbered">References</h3>
324324
nonlinear registration with `antsRegistration` (ANTs 2.3.3),
325325
using brain-extracted versions of both T1w reference and the T1w template.
326326
The following template was selected for spatial normalization:
327-
*ICBM 152 Nonlinear Asymmetrical template version 2009c* [@mni152nlin2009casym, RRID:SCR_008796; TemplateFlow ID: MNI152NLin2009cAsym],
327+
*ICBM 152 Nonlinear Asymmetrical template version 2009c* [@mni152nlin2009casym, RRID:SCR_008796; TemplateFlow ID: MNI152NLin2009cAsym],
328328

329329
Functional data preprocessing
330330

@@ -899,4 +899,4 @@ <h1 class="sub-report-title">Errors</h1>
899899
}
900900
</script>
901901
</body>
902-
</html>
902+
</html>

docs/_static/theme_overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
margin: 0 0 0 5px;
1919
padding: 3px;
2020
background: rgba(0, 0, 0, .1);
21-
}
21+
}

0 commit comments

Comments
 (0)