Skip to content

Commit 335e5f6

Browse files
committed
chore: now we pass zizmor
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent c3db1a9 commit 335e5f6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ ignore = [
203203
"helpers/extensions.py" = ["ANN"]
204204

205205
[tool.repo-review.ignore]
206-
RTD103 = "Using Ruby instead of Python for docs"
207-
GH106 = "zizmor adoption for this repo's own workflows is tracked separately"
206+
RTD103 = "Using MystMD instead of Python for docs"
208207

209208
[tool.typos.default.extend-words]
210209
nd = "nd"

{{cookiecutter.project_name}}/.github/{% if cookiecutter.__ci == 'github' %}zizmor.yml{% endif %}

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
rules:
33
unpinned-uses:
44
config:
5-
# Actions are kept up to date with Dependabot, so a ref (tag) pin is
6-
# sufficient; hash pinning is not required.
5+
# Feel free to switch to hash pinning, then this can be removed.
76
policies:
87
"*": ref-pin

0 commit comments

Comments
 (0)