From 8f8fc7765b583746c28b1fc5ef1a69086ca8e346 Mon Sep 17 00:00:00 2001 From: Rob Firth Date: Thu, 15 Feb 2024 15:18:06 +0000 Subject: [PATCH] update to v0.3.7 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea24f9c..2b05143 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/stfc/pre-commit-hooks - rev: v0.3.6 + rev: v0.3.7 hooks: - id: check-mypy-import-errors - id: check-pylint-import-errors diff --git a/pyproject.toml b/pyproject.toml index 58321f5..d4c34b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hooks" -version = "0.3.6" +version = "0.3.7" description = "Custom pre-commit hooks for use within our projects" authors = [ "Tom Collingwood ","Rob Firth "] license = "MIT"