Skip to content

Commit a46fd36

Browse files
authored
fix(hooks): correct codespell arguments (#55)
1 parent dd19ac7 commit a46fd36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
name: codespell
6565
language: system
6666
description: Test shell scripts with shellcheck
67-
entry: uv run -q --group lint codespell -x
67+
entry: uv run -q --group lint codespell
6868
types: [text]
6969
require_serial: true # shellcheck can detect sourcing this way
70-
pass_filenames: true
70+
pass_filenames: false # otherwise ignore option will not be used
7171
- id: yamllint
7272
name: yamllint
7373
language: system

0 commit comments

Comments
 (0)