Skip to content

Commit

Permalink
Merge pull request #45 from nipype/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
tclose authored Mar 25, 2024
2 parents a7c3fc1 + 59e6003 commit 8e29e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 24.3.0
hooks:
- id: black
6 changes: 3 additions & 3 deletions nipype-auto-conv/specs/eddy_callables.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ def _list_outputs(inputs=None, stdout=None, stderr=None, output_dir=None):
if os.path.exists(out_shell_alignment_parameters):
outputs["out_shell_alignment_parameters"] = out_shell_alignment_parameters
if os.path.exists(out_shell_pe_translation_parameters):
outputs[
"out_shell_pe_translation_parameters"
] = out_shell_pe_translation_parameters
outputs["out_shell_pe_translation_parameters"] = (
out_shell_pe_translation_parameters
)
if os.path.exists(out_outlier_map):
outputs["out_outlier_map"] = out_outlier_map
if os.path.exists(out_outlier_n_stdev_map):
Expand Down

0 comments on commit 8e29e08

Please sign in to comment.