Skip to content

Commit 90bcd83

Browse files
committed
MNT: Update pre-commit hooks
STY: Installation issues with isort TYP: Ensure better (but slower) coverage for pre-commit mypy
1 parent 4fd5e30 commit 90bcd83

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: blue
1919
- repo: https://github.com/pycqa/isort
20-
rev: 5.11.2
20+
rev: 5.12.0
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/pycqa/flake8
@@ -35,5 +35,7 @@ repos:
3535
- types-setuptools
3636
- types-Pillow
3737
- pydicom
38-
# Sync with tool.mypy['exclude']
39-
exclude: "^(doc|nisext|tools)/|.*/tests/"
38+
- numpy
39+
- pyzstd
40+
args: ["nibabel"]
41+
pass_filenames: false

0 commit comments

Comments
 (0)