We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd19ac7 commit a46fd36Copy full SHA for a46fd36
.pre-commit-hooks.yaml
@@ -64,10 +64,10 @@
64
name: codespell
65
language: system
66
description: Test shell scripts with shellcheck
67
- entry: uv run -q --group lint codespell -x
+ entry: uv run -q --group lint codespell
68
types: [text]
69
require_serial: true # shellcheck can detect sourcing this way
70
- pass_filenames: true
+ pass_filenames: false # otherwise ignore option will not be used
71
- id: yamllint
72
name: yamllint
73
0 commit comments