Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: woodruffw/zizmor-pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: woodruffw/zizmor-pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 11, 2025

  1. Mirror: 1.5.0

    woodruffw committed Mar 11, 2025

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    da4ba8e View commit details
Showing with 5 additions and 5 deletions.
  1. +4 −4 README.md
  2. +1 −1 pyproject.toml
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# zizmor-pre-commit

[![image](https://img.shields.io/pypi/v/zizmor/1.4.1.svg)](https://pypi.python.org/pypi/zizmor)
[![image](https://img.shields.io/pypi/l/zizmor/1.4.1.svg)](https://pypi.python.org/pypi/zizmor)
[![image](https://img.shields.io/pypi/pyversions/zizmor/1.4.1.svg)](https://pypi.python.org/pypi/zizmor)
[![image](https://img.shields.io/pypi/v/zizmor/1.5.0.svg)](https://pypi.python.org/pypi/zizmor)
[![image](https://img.shields.io/pypi/l/zizmor/1.5.0.svg)](https://pypi.python.org/pypi/zizmor)
[![image](https://img.shields.io/pypi/pyversions/zizmor/1.5.0.svg)](https://pypi.python.org/pypi/zizmor)
[![Actions status](https://github.com/woodruffw/zizmor-pre-commit/workflows/main/badge.svg)](https://github.com/woodruffw/zizmor-pre-commit/actions)

A [pre-commit](https://pre-commit.com/) hook for [Zizmor](https://github.com/woodruffw/zizmor).
@@ -18,7 +18,7 @@ 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: v1.4.1
rev: v1.5.0
hooks:
# Run the linter.
- id: zizmor
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
name = "zizmor-pre-commit"
version = "0.0.0"
dependencies = [
"zizmor==1.4.1",
"zizmor==1.5.0",
]

[project.optional-dependencies]