A pre-commit hook for zizmor.
65
stars
590
commits
Python
primary language
Aug 30, 2026
updated
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/zizmorcore/zizmor-pre-commit
# Zizmor version.
rev: v1.29.0
hooks:
# Run the linter.
- id: zizmor
To autofix issues, set the following args:
repos:
- repo: https://github.com/zizmorcore/zizmor-pre-commit
# Zizmor version.
rev: v1.29.0
hooks:
# Run the linter.
- id: zizmor
args: [--no-progress, --fix]
(--no-progress must be specified since that arg exists in the repo's hook configuration, and args overrides all existing args)
zizmor-pre-commit is licensed under:
(top 30 of 31)
Python
100.0%
A pre-commit hook for zizmor.
65
stars
590
commits
Python
primary language
Aug 30, 2026
updated
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/zizmorcore/zizmor-pre-commit
# Zizmor version.
rev: v1.29.0
hooks:
# Run the linter.
- id: zizmor
To autofix issues, set the following args:
repos:
- repo: https://github.com/zizmorcore/zizmor-pre-commit
# Zizmor version.
rev: v1.29.0
hooks:
# Run the linter.
- id: zizmor
args: [--no-progress, --fix]
(--no-progress must be specified since that arg exists in the repo's hook configuration, and args overrides all existing args)
zizmor-pre-commit is licensed under:
(top 30 of 31)
Python
100.0%