Skip to content

Commit

Permalink
MNT: Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 16, 2024
1 parent 54223a7 commit 18e39fb
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ For the Documentation request, please include the following:
------------------------
What would you like changed/added and why?
Do you have any suggestions for the new documents?
-->
-->
2 changes: 1 addition & 1 deletion .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
python -m black --diff --color --check wrapper
python -m isort --diff --color --check wrapper
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .maint/ci/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$OS_TYPE" = "ubuntu-latest" ]; then
elif [ "$OS_TYPE" = "macos-latest" ]; then
brew install graphviz
else
echo "Unknown OS_TYPE: $OS_TYPE"
echo "Unknown OS_TYPE: $OS_TYPE"
fi

set +eux
Expand Down
2 changes: 1 addition & 1 deletion .maint/former.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{
"name": "Berleant, Shoshana"
}
]
]
1 change: 0 additions & 1 deletion .maint/update_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ fi

# Replace old CHANGES.rst with new file
mv newchanges CHANGES.rst

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"python.linting.enabled": true,
"python.testing.pytestArgs": [],
"python.linting.pylintEnabled": false
}
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing to *fMRIPrep*

*fMRIPrep* is a project of the [*NiPreps* Community, which specifies the contributing guidelines](https://www.nipreps.org/community/).
*fMRIPrep* is a project of the [*NiPreps* Community, which specifies the contributing guidelines](https://www.nipreps.org/community/).
2 changes: 1 addition & 1 deletion Dockerfile_devel
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN mkdir /src/codeserver &&\

RUN /src/codeserver/code-server --install-extension eamodio.gitlens &&\
/src/codeserver/code-server --install-extension ms-python.python


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

Expand Down
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,3 @@
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.

4 changes: 2 additions & 2 deletions docs/_static/SampleReport/sample_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3 id="references" class="unnumbered">References</h3>
nonlinear registration with `antsRegistration` (ANTs 2.3.3),
using brain-extracted versions of both T1w reference and the T1w template.
The following template was selected for spatial normalization:
*ICBM 152 Nonlinear Asymmetrical template version 2009c* [@mni152nlin2009casym, RRID:SCR_008796; TemplateFlow ID: MNI152NLin2009cAsym],
*ICBM 152 Nonlinear Asymmetrical template version 2009c* [@mni152nlin2009casym, RRID:SCR_008796; TemplateFlow ID: MNI152NLin2009cAsym],

Functional data preprocessing

Expand Down Expand Up @@ -899,4 +899,4 @@ <h1 class="sub-report-title">Errors</h1>
}
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion docs/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
margin: 0 0 0 5px;
padding: 3px;
background: rgba(0, 0, 0, .1);
}
}
2 changes: 1 addition & 1 deletion docs/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ beginning "Welcome, new contributors!".

<!--
Please describe here the main features / changes proposed for review and integration in fMRIPrep
If this PR addresses some existing problem, please use GitHub's citing tools
If this PR addresses some existing problem, please use GitHub's citing tools
(eg. ref #, closes # or fixes #).
If there is not an existing issue open describing the problem, please consider opening a new
issue first and then link it from here (so the *fMRIPrep* community has a better understanding
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 18e39fb

Please sign in to comment.