-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
6,339 additions
and
3,776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[codespell] | ||
skip = .git,.venv,venvs,*.svg,_build | ||
# te -- TE as codespell is case insensitive | ||
ignore-words-list = bu,nd,te |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Codespell | ||
|
||
on: | ||
push: | ||
branches: [master] | ||
pull_request: | ||
branches: [master] | ||
|
||
jobs: | ||
codespell: | ||
name: Check for spelling errors | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Codespell | ||
uses: codespell-project/actions-codespell@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Linters | ||
|
||
on: | ||
- push | ||
- pull_request | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up environment | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.7' | ||
|
||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install --upgrade tox | ||
- name: Run linters | ||
run: tox -e lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Type-check | ||
|
||
on: | ||
- push | ||
- pull_request | ||
|
||
jobs: | ||
typing: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.7' | ||
|
||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
python -m pip install --upgrade tox | ||
- name: Run type checker | ||
run: tox -e typing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
*.egg-info/ | ||
*.pyc | ||
.cache/ | ||
.coverage | ||
*.egg-info/ | ||
.idea/ | ||
venvs/ | ||
.tox/ | ||
.vscode/ | ||
_build/ | ||
_version.py | ||
build/ | ||
dist/ | ||
.vscode/ | ||
_version.py | ||
sample_nifti.json | ||
venvs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
Mathias Goncalves <[email protected]> <[email protected]> | ||
Matteo Visconti di Oleggio Castello <[email protected]> | ||
Matteo Visconti di Oleggio Castello <[email protected]> | ||
Matteo Visconti di Oleggio Castello <[email protected]> | ||
Basile Pinsard <[email protected]> | ||
Chris Filo Gorgolewski <[email protected]> Chris Gorgolewski <[email protected]> | ||
Christopher J. Markiewicz <[email protected]> | ||
Dae Houlihan <[email protected]> Dae <[email protected]> | ||
Isaac To <[email protected]> Isaac To <[email protected]> | ||
John Lee <[email protected]> | ||
John Lee <[email protected]> <[email protected]> | ||
John T. Wodder II <[email protected]> <[email protected]> | ||
Jörg Stadler <[email protected]> Joerg Stadler <[email protected]> | ||
Jörg Stadler <[email protected]> Joerg Stadler <[email protected]> | ||
Jörg Stadler <[email protected]> Jörg Stadler <[email protected]> | ||
Jörg Stadler <[email protected]> Jörg Stadler <[email protected]> | ||
Mathias Goncalves <[email protected]> mathiasg <[email protected]> | ||
Mathias Goncalves <[email protected]> mathiasg <[email protected]> | ||
Mathias Goncalves <[email protected]> Mathias Goncalves <[email protected]> | ||
Mathias Goncalves <[email protected]> Mathias Goncalves <[email protected]> | ||
Matteo Visconti di Oleggio Castello <[email protected]> Matteo Visconti dOC <[email protected]> | ||
Matteo Visconti di Oleggio Castello <[email protected]> Matteo Visconti dOC <[email protected]> | ||
Matteo Visconti di Oleggio Castello <[email protected]> <[email protected]> | ||
Michael Dayan <[email protected]> <[email protected]> | ||
Michael Krause <[email protected]> <[email protected]> | ||
Pablo Velasco <[email protected]> <[email protected]> | ||
Pablo Velasco <[email protected]> pvelasco <[email protected]> | ||
Satrajit Ghosh <[email protected]> Satrajit Ghosh <[email protected]> | ||
Steven Tilley <[email protected]> Steven Tilley <[email protected]> | ||
Steven Tilley <[email protected]> Steven Tilley <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: check-added-large-files | ||
- id: check-json | ||
- id: check-toml | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
|
||
- repo: https://github.com/codespell-project/codespell | ||
rev: v2.2.4 | ||
hooks: | ||
- id: codespell | ||
|
||
- repo: https://github.com/psf/black | ||
rev: 23.3.0 | ||
hooks: | ||
- id: black | ||
|
||
- repo: https://github.com/PyCQA/isort | ||
rev: 5.12.0 | ||
hooks: | ||
- id: isort | ||
|
||
- repo: https://github.com/PyCQA/flake8 | ||
rev: 6.0.0 | ||
hooks: | ||
- id: flake8 | ||
additional_dependencies: | ||
- flake8-bugbear | ||
- flake8-builtins | ||
- flake8-unused-arguments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.