Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 451b56a

Browse files
committed
Mirror: 1.29.0
1 parent c7cc406 commit 451b56a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 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.28.0.svg)](https://pypi.python.org/pypi/zizmor)
4-
[![image](https://img.shields.io/pypi/l/zizmor/1.28.0.svg)](https://pypi.python.org/pypi/zizmor)
3+
[![image](https://img.shields.io/pypi/v/zizmor/1.29.0.svg)](https://pypi.python.org/pypi/zizmor)
4+
[![image](https://img.shields.io/pypi/l/zizmor/1.29.0.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.28.0
20+
rev: v1.29.0
2121
hooks:
2222
# Run the linter.
2323
- id: zizmor
@@ -29,7 +29,7 @@ To autofix issues, set the following args:
2929
repos:
3030
- repo: https://github.com/zizmorcore/zizmor-pre-commit
3131
# Zizmor version.
32-
rev: v1.28.0
32+
rev: v1.29.0
3333
hooks:
3434
# Run the linter.
3535
- 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.28.0",
6+
"zizmor==1.29.0",
77
]
88

99
[project.optional-dependencies]

0 commit comments

Comments
 (0)