Skip to content

Commit 6d4478a

Browse files
authored
Merge pull request #492 from DimitriPapadopoulos/ruff_legacy_alias
MNT: Update pre-commit ruff legacy alias
2 parents 21f8545 + f674766 commit 6d4478a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ".*/data/.*"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
exclude: '.*\.svg'
@@ -12,9 +12,9 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.6.5
15+
rev: v0.13.2
1616
hooks:
17-
- id: ruff
17+
- id: ruff-check
1818
args: [--fix]
1919
- id: ruff-format
2020
- repo: https://github.com/codespell-project/codespell

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

docker/files/nipype.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ poll_sleep_duration = 0.01
44
remove_unnecessary_outputs = true
55
crashfile_format = txt
66
profile_runtime = false
7-
use_relative_paths = false
7+
use_relative_paths = false

docs/outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ A component-based noise correction method (CompCor) for BOLD and perfusion-based
704704
doi:[10.1016/j.neuroimage.2007.04.042](https://doi.org/10.1016/j.neuroimage.2007.04.042)
705705

706706
[^Ciric2017]: Ciric R, Wolf DH, Power JD, Roalf DR, Baum GL, Ruparel K, Shinohara RT, Elliott MA, Eickhoff SB, Davatzikos C., Gur RC, Gur RE, Bassett DS, Satterthwaite TD.
707-
Benchmarking of participant-level confound regression strategies for the control of motion artifact in studies of functional connectivity.
707+
Benchmarking of participant-level confound regression strategies for the control of motion artifact in studies of functional connectivity.
708708
Neuroimage. 2017.
709709
doi:[10.1016/j.neuroimage.2017.03.020](https://doi.org/10.1016/j.neuroimage.2017.03.020)
710710

0 commit comments

Comments
 (0)