Skip to content

Commit a4727cb

Browse files
committed
Mirror: 1.24.1
1 parent 0703f40 commit a4727cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# zizmor-pre-commit
22

3-
[![image](https://img.shields.io/pypi/v/zizmor/1.24.0.svg)](https://pypi.python.org/pypi/zizmor)
4-
[![image](https://img.shields.io/pypi/l/zizmor/1.24.0.svg)](https://pypi.python.org/pypi/zizmor)
3+
[![image](https://img.shields.io/pypi/v/zizmor/1.24.1.svg)](https://pypi.python.org/pypi/zizmor)
4+
[![image](https://img.shields.io/pypi/l/zizmor/1.24.1.svg)](https://pypi.python.org/pypi/zizmor)
55
[![Actions status](https://github.com/zizmorcore/zizmor-pre-commit/workflows/main/badge.svg)](https://github.com/zizmorcore/zizmor-pre-commit/actions)
66

77
A [pre-commit](https://pre-commit.com/) hook for [zizmor](https://github.com/zizmorcore/zizmor).
@@ -17,7 +17,7 @@ To run zizmor via pre-commit, add the following to your `.pre-commit-config.yaml
1717
repos:
1818
- repo: https://github.com/zizmorcore/zizmor-pre-commit
1919
# Zizmor version.
20-
rev: v1.24.0
20+
rev: v1.24.1
2121
hooks:
2222
# Run the linter.
2323
- id: zizmor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "zizmor-pre-commit"
33
version = "0.0.0"
44
requires-python = ">=3.10"
55
dependencies = [
6-
"zizmor==1.24.0",
6+
"zizmor==1.24.1",
77
]
88

99
[project.optional-dependencies]

0 commit comments

Comments
 (0)