Skip to content

Commit 07100ea

Browse files
committed
MNT: Add codespell to pre-commit
1 parent a55d178 commit 07100ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ repos:
4040
- importlib_resources
4141
args: ["nibabel"]
4242
pass_filenames: false
43+
- repo: https://github.com/codespell-project/codespell
44+
rev: v2.2.6
45+
hooks:
46+
- id: codespell
47+
additional_dependencies:
48+
- tomli

0 commit comments

Comments
 (0)