Skip to content

Commit 02ad1fb

Browse files
authored
ci: fix pre-commit (#1892)
Signed-off-by: nstarman <[email protected]>
1 parent d18bcfb commit 02ad1fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repos:
2020
- id: debug-statements
2121
- id: check-yaml
2222
- id: check-added-large-files
23-
exclude: notebooks/*
23+
exclude: notebooks/
2424

2525
- repo: https://github.com/codespell-project/codespell
2626
rev: v2.3.0
2727
hooks:
2828
- id: codespell
29-
stages: [commit, commit-msg]
29+
stages: [pre-commit, commit-msg]
3030
args:
3131
[--ignore-words-list, "Teh,aas", --check-filenames, --skip, "*.ipynb"]

0 commit comments

Comments
 (0)