Skip to content

Commit

Permalink
Merge pull request #24 from bids-apps/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
Remi-Gau authored Feb 3, 2025
2 parents 254cadb + 7b9d4fd commit b914647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: [--mapping, '4', --sequence, '4', --offset, '0']

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell

Expand All @@ -31,7 +31,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.4
rev: v0.9.3
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion src/cat12/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main():
(output_dir / "logs").mkdir(exist_ok=True, parents=True)
shutil.copy2(
src=Path("/opt")
/ f'CAT12{os.environ["CAT_VERSION"]}'
/ f"CAT12{os.environ['CAT_VERSION']}"
/ "standalone"
/ batch,
dst=output_dir / "logs",
Expand Down

0 comments on commit b914647

Please sign in to comment.