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