Skip to content

Commit 78693de

Browse files
authored
Merge pull request #176 from scipp/update-ruff
Update ruff to 0.4.3
2 parents afbe5c7 + 8ea08bc commit 78693de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
args: [ "--drop-empty-cells",
2222
"--extra-keys 'metadata.language_info.version cell.metadata.jp-MarkdownHeadingCollapsed cell.metadata.pycharm'" ]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.4.1
24+
rev: v0.4.3
2525
hooks:
2626
- id: ruff
2727
args: [ --fix ]

0 commit comments

Comments
 (0)