A pre-commit hook for Zizmor.
Distributed as a standalone repository to enable installing Zizmor via prebuilt wheels from PyPI.
To run zizmor via pre-commit, add the following to your .pre-commit-config.yaml
:
repos:
- repo: https://github.com/woodruffw/zizmor-pre-commit
# Zizmor version.
rev: v0.10.0
hooks:
# Run the linter.
- id: zizmor
zizmor-pre-commit is licensed under:
- MIT license (LICENSE or https://opensource.org/licenses/MIT)