Skip to content

Commit c7344f3

Browse files
Merge pull request #2902 from VWS-Python/fix-zizmor-lint
Fix zizmor lint
2 parents f9cde74 + 73683d2 commit c7344f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ optional-dependencies.dev = [
8787
"vws-python-mock==2026.2.22.3",
8888
"vws-test-fixtures==2023.3.5",
8989
"yamlfix==1.19.1",
90-
"zizmor==1.22.0",
90+
"zizmor==1.23.1",
9191
]
9292
optional-dependencies.release = [ "check-wheel-contents==0.6.3" ]
9393
urls.Documentation = "https://vws-python.github.io/vws-python/"

zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ rules:
88
disable: true
99
dependabot-cooldown:
1010
disable: true
11+
superfluous-actions:
12+
disable: true
1113
template-injection:
1214
disable: true

0 commit comments

Comments
 (0)