Skip to content

Commit 9536bbf

Browse files
committed
Pin zizmor version
now that it will be updated with dependabot. This way we can fix the new warnings or error in the PR, and won't get failed PR without related changes. Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
1 parent d486a25 commit 9536bbf

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

.github/workflows/zizmor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1616
with:
1717
persist-credentials: false
18-
- uses: ./.github/actions/uv-setup/
19-
with:
20-
sync: false
21-
- run: uvx zizmor --color=always .
18+
- uses: ./.github/actions/uv-setup
19+
- run: zizmor --color=always .
2220
env:
2321
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dev = [
2929
"types-requests",
3030
"typing-extensions",
3131
"libarchive-c==5.3",
32+
"zizmor",
3233
]
3334

3435
[tool.pyright]
@@ -37,7 +38,7 @@ typeCheckingMode = "standard"
3738
[tool.ruff]
3839
preview = true
3940
line-length = 120
40-
exclude = ["data.py", "vm_data.py", ".git"]
41+
sexclude = ["data.py", "vm_data.py", ".git"]
4142

4243
[tool.ruff.format]
4344
quote-style = "preserve"

uv.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)