Skip to content

Commit c1f0c3f

Browse files
authored
Merge pull request #15 from nipype/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 19bf6eb + e2c26cb commit c1f0c3f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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: v4.4.0
5+
rev: v5.0.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: 23.1.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black

pydra/tasks/dcm2niix/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"""
88

99
from ._version import __version__
10-
1110
from .utils import Dcm2Niix
11+
12+
13+
__all__ = [
14+
"__version__",
15+
"Dcm2Niix",
16+
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pydra-dcm2niix"
77
description = "pydra-dcm2niix contains Pydra task specifications for the Dcm2niix converter"
88
readme = "README.md"
99
requires-python = ">=3.11"
10-
dependencies = ["fileformats>=0.15a2", "pydra >=0.25"]
10+
dependencies = ["fileformats>=0.15a2", "pydra >=0.24"]
1111
license = { file = "LICENSE" }
1212
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
1313
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]

0 commit comments

Comments
 (0)