Skip to content

Commit 04dd1f4

Browse files
MNT: ruff 0.1.9 → 0.3.0
1 parent 39429f9 commit 04dd1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: check-merge-conflict
1414
- id: check-vcs-permalinks
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.1.9
16+
rev: v0.3.0
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --show-fix, --exit-non-zero-on-fix]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ commands =
139139
description = Check our style guide
140140
labels = check
141141
deps =
142-
ruff>=0.1.9
142+
ruff>=0.3.0
143143
skip_install = true
144144
commands =
145145
ruff --diff nibabel

0 commit comments

Comments
 (0)