Skip to content

Commit 73d6084

Browse files
committed
added voxel-based FDR thresholding in SPM
1 parent cdfe679 commit 73d6084

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v3.4.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 20.8b1
12+
rev: 23.3.0
1313
hooks:
1414
- id: black

.zenodo.json

+5
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,11 @@
890890
"affiliation": "MIT, HMS",
891891
"name": "Ghosh, Satrajit",
892892
"orcid": "0000-0002-5312-6729"
893+
},
894+
{
895+
"affiliation": "University of Tübingen and MPI for Biological Cybernertics",
896+
"name": "Bannert, Michael M.",
897+
"orcid": "0000-0003-1010-7517"
893898
}
894899
],
895900
"keywords": [

0 commit comments

Comments
 (0)