Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#14)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2023
1 parent d2d742e commit 9053fe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
1 change: 0 additions & 1 deletion pydra/tasks/dcm2niix/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def out_file_path(out_dir, filename, file_postfix, ext):


def dcm2niix_out_file(out_dir, filename, file_postfix, compress):

ext = ".nii"
# If compressed, append the zip extension
if compress in ("y", "o", "i"):
Expand Down

0 comments on commit 9053fe9

Please sign in to comment.