diff --git a/README.md b/README.md index be8e2ed..3fc2256 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Use only the hooks that apply to your project. --- repos: - repo: https://github.com/polymathrobotics/polymath_code_standard - rev: v2.4.0 + rev: v2.5.0 hooks: # File hygiene for all staged files - id: polymath-general diff --git a/pyproject.toml b/pyproject.toml index dd4367f..7a876b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "polymath-code-standard" -version = "2.4.0" +version = "2.5.0" description = "Polymath Code Standard pre-commit hooks" requires-python = ">=3.10" dependencies = [ diff --git a/uv.lock b/uv.lock index 061c12c..1572bc2 100644 --- a/uv.lock +++ b/uv.lock @@ -801,7 +801,7 @@ wheels = [ [[package]] name = "polymath-code-standard" -version = "2.4.0" +version = "2.5.0" source = { editable = "." } dependencies = [ { name = "ansible-lint" },