summaryrefslogtreecommitdiffstats
path: root/.github/workflows/mypy.yml
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-10 10:51:12 (GMT)
committerGitHub <noreply@github.com>2024-12-10 10:51:12 (GMT)
commitae31df354d02e12bf656954c5c72380d96c1dc0e (patch)
treeddb288822114a8403b3abb307ddf48099e2d9288 /.github/workflows/mypy.yml
parent8dbdbad6e085564ec20109fc8277fa54b3fcc2db (diff)
downloadcpython-ae31df354d02e12bf656954c5c72380d96c1dc0e.zip
cpython-ae31df354d02e12bf656954c5c72380d96c1dc0e.tar.gz
cpython-ae31df354d02e12bf656954c5c72380d96c1dc0e.tar.bz2
Add zizmor to pre-commit and fix most findings (#127749)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to '.github/workflows/mypy.yml')
-rw-r--r--.github/workflows/mypy.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml
index e5b0530..5dfa8d7 100644
--- a/.github/workflows/mypy.yml
+++ b/.github/workflows/mypy.yml
@@ -51,6 +51,8 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
+ with:
+ persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.13"