We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c0306 commit 4816736Copy full SHA for 4816736
1 file changed
.pre-commit-config.yaml
@@ -73,11 +73,11 @@ repos:
73
files: ^cuda_pathfinder/cuda/.*\.py$ # Exclude tests directory
74
args: [--config-file=cuda_pathfinder/pyproject.toml]
75
76
- # TODO: Reinstate after the workflows have been corrected. See #1146
77
- # - repo: https://github.com/rhysd/actionlint
78
- # rev: "03d0035246f3e81f36aed592ffb4bebf33a03106" # frozen: v1.7.7
79
- # hooks:
80
- # - id: actionlint
+ - repo: https://github.com/rhysd/actionlint
+ rev: "03d0035246f3e81f36aed592ffb4bebf33a03106" # frozen: v1.7.7
+ hooks:
+ - id: actionlint
+ args: ["-shellcheck="]
81
82
- repo: https://github.com/MarcoGorelli/cython-lint
83
rev: "d9ff7ce99ef4f2ae8fba93079ca9d76c4651d4ac" # frozen: v0.18.0
0 commit comments