Skip to content

Commit f9fc800

Browse files
committed
Mirror: 0.9.1
1 parent d7fb120 commit f9fc800

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,8 +1,8 @@
11
# zizmor-pre-commit
22

3-
[![image](https://img.shields.io/pypi/v/zizmor/0.9.0.svg)](https://pypi.python.org/pypi/zizmor)
4-
[![image](https://img.shields.io/pypi/l/zizmor/0.9.0.svg)](https://pypi.python.org/pypi/zizmor)
5-
[![image](https://img.shields.io/pypi/pyversions/zizmor/0.9.0.svg)](https://pypi.python.org/pypi/zizmor)
3+
[![image](https://img.shields.io/pypi/v/zizmor/0.9.1.svg)](https://pypi.python.org/pypi/zizmor)
4+
[![image](https://img.shields.io/pypi/l/zizmor/0.9.1.svg)](https://pypi.python.org/pypi/zizmor)
5+
[![image](https://img.shields.io/pypi/pyversions/zizmor/0.9.1.svg)](https://pypi.python.org/pypi/zizmor)
66
[![Actions status](https://github.com/woodruffw/zizmor-pre-commit/workflows/main/badge.svg)](https://github.com/woodruffw/zizmor-pre-commit/actions)
77

88
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
1818
repos:
1919
- repo: https://github.com/woodruffw/zizmor-pre-commit
2020
# Zizmor version.
21-
rev: v0.9.0
21+
rev: v0.9.1
2222
hooks:
2323
# Run the linter.
2424
- id: zizmor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "zizmor-pre-commit"
33
version = "0.0.0"
44
dependencies = [
5-
"zizmor==0.9.0",
5+
"zizmor==0.9.1",
66
]
77

88
[project.optional-dependencies]

0 commit comments

Comments
 (0)