From 4a155247dd252bd8d0337be09c045a3763a94b9b Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Tue, 6 Aug 2024 08:55:44 +0000 Subject: [PATCH] feat: update precommit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10cbade..080c7f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: check-github-workflows - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.5.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -36,7 +36,7 @@ repos: - id: markdownlint-fix args: [--ignore, LICENSE.md] - repo: https://github.com/python-poetry/poetry - rev: "1.8" + rev: "1.8.0" hooks: - id: poetry-check - id: poetry-lock