Skip to content

Commit c4dbeb3

Browse files
authored
MNT: Update pre-commit ruff legacy alias (#3479)
<!-- Text in these brackets are comments, and won't be visible when you submit your pull request. If this is your first contribution, please take the time to read these, in particular the comment beginning "Welcome, new contributors!". --> ## Changes proposed in this pull request Changes: ``` ruff (legacy alias)......................................................Passed ``` into: ``` ruff check...............................................................Passed ``` ## Documentation that should be reviewed <!-- Please summarize here the main changes to the documentation that the reviewers should be aware of. --> <!-- Welcome, new contributors! We ask you to read through the Contributing Guide: https://github.com/nipreps/fmriprep/blob/master/CONTRIBUTING.md These are guidelines intended to make communication easier by describing a consistent process, but don't worry if you don't get it everything exactly "right" on the first try. To boil it down, here are some highlights: 1) Consider starting a conversation in the issues list before submitting a pull request. The discussion might save you a lot of time coding. 2) Please use descriptive prefixes in your pull request title, such as "ENH:" for an enhancement or "FIX:" for a bug fix. (See the Contributing guide for the full set.) And consider adding a "WIP" tag for works-in-progress. 3) Any code you submit will be licensed under the same terms (Apache License 2.0) as the rest of fMRIPrep. 4) We invite every contributor to add themselves to the `.zenodo.json` file (https://github.com/nipreps/fmriprep/blob/master/.zenodo.json), which will result in your being listed as an author at the next release. Please add yourself as the next-to-last entry, just above Russ. A pull request is a conversation. We may ask you to make some changes before accepting your PR, and likewise, you should feel free to ask us any questions you have. -->
2 parents 1a0610e + ec49e8c commit c4dbeb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.9.1
15+
rev: v0.12.2
1616
hooks:
17-
- id: ruff
17+
- id: ruff-check
1818
args: [ --fix ]
1919
- id: ruff-format
20-
- id: ruff
20+
- id: ruff-check
2121
args: [ --select, ISC001, --fix ]

0 commit comments

Comments
 (0)