Skip to content

Commit 35df9ff

Browse files
authored
Merge branch 'main' into use-sccache
2 parents d0757ee + c29fa1e commit 35df9ff

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/bandit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Install uv
2626
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
27+
with:
28+
enable-cache: false
2729

2830
- name: Get ignore codes
2931
id: ignore-codes

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ repos:
7373
files: ^cuda_pathfinder/cuda/.*\.py$ # Exclude tests directory
7474
args: [--config-file=cuda_pathfinder/pyproject.toml]
7575

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
76+
- repo: https://github.com/rhysd/actionlint
77+
rev: "03d0035246f3e81f36aed592ffb4bebf33a03106" # frozen: v1.7.7
78+
hooks:
79+
- id: actionlint
80+
args: ["-shellcheck="]
8181

8282
- repo: https://github.com/MarcoGorelli/cython-lint
8383
rev: "d9ff7ce99ef4f2ae8fba93079ca9d76c4651d4ac" # frozen: v0.18.0

0 commit comments

Comments
 (0)