diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-14 13:30:30 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-21 14:36:15 -0500 |
| commit | 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 (patch) | |
| tree | e16d82c983b6836c96210b0a02f61343b2ce46b7 /tox.ini | |
| parent | a523d5c8336f5f7f5e24a1cc8034ce65aedec3c6 (diff) | |
Added GitHub Actions linter (zizmor).
At the direction of the Security Team. Thanks Markus Holtermann,
Jake Howard, and Natalia Bidart for reviews.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -14,6 +14,7 @@ envlist = docs isort lint-docs + zizmor # Add environment to use the default python3 installation [testenv:py3] @@ -98,3 +99,11 @@ deps = sphinx-lint changedir = docs commands = make lint + +[testenv:zizmor] +basepython = python3 +usedevelop = false +deps = zizmor >= 1.16.3 +changedir = {toxinidir} +commands = + zizmor . |
