diff --git a/README.md b/README.md index 2d32639..d72fbc5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # zizmor-pre-commit -[![image](https://img.shields.io/pypi/v/zizmor/1.11.0.svg)](https://pypi.python.org/pypi/zizmor) -[![image](https://img.shields.io/pypi/l/zizmor/1.11.0.svg)](https://pypi.python.org/pypi/zizmor) +[![image](https://img.shields.io/pypi/v/zizmor/1.14.2.svg)](https://pypi.python.org/pypi/zizmor) +[![image](https://img.shields.io/pypi/l/zizmor/1.14.2.svg)](https://pypi.python.org/pypi/zizmor) [![Actions status](https://github.com/zizmorcore/zizmor-pre-commit/workflows/main/badge.svg)](https://github.com/zizmorcore/zizmor-pre-commit/actions) 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 repos: - repo: https://github.com/zizmorcore/zizmor-pre-commit # Zizmor version. - rev: v1.11.0 + rev: v1.14.2 hooks: # Run the linter. - id: zizmor diff --git a/pyproject.toml b/pyproject.toml index 6d96c2d..dbc9019 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "zizmor-pre-commit" version = "0.0.0" dependencies = [ - "zizmor==1.11.0", + "zizmor==1.14.2", ] [project.optional-dependencies]