Skip to content

Commit 9053fe9

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d2d742e commit 9053fe9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 22.12.0
12+
rev: 23.1.0
1313
hooks:
1414
- id: black

pydra/tasks/dcm2niix/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def out_file_path(out_dir, filename, file_postfix, ext):
3434

3535

3636
def dcm2niix_out_file(out_dir, filename, file_postfix, compress):
37-
3837
ext = ".nii"
3938
# If compressed, append the zip extension
4039
if compress in ("y", "o", "i"):

0 commit comments

Comments
 (0)