Skip to content

Commit

Permalink
MNT: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Feb 15, 2023
1 parent fc22100 commit 97dca78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
exclude: ".*/data/.*"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
files: ^fmriprep/|^wrapper/
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
files: ^fmriprep/|^wrapper/

0 comments on commit 97dca78

Please sign in to comment.