From 2b4b92d802350251fcdbac71f63046778af6ad56 Mon Sep 17 00:00:00 2001 From: Hellebore Date: Fri, 7 Jun 2024 09:27:48 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.18.0=20=E2=86=92=201.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-hooks.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 2555315..3f1df38 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,6 +2,6 @@ name: sourcery description: Magically refactor Python language: python - additional_dependencies: [sourcery==1.18.0] + additional_dependencies: [sourcery==1.19.0] entry: sourcery review --check types: [python] diff --git a/pyproject.toml b/pyproject.toml index 3b062be..d20087a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery-precommit" -version = "1.18.0" +version = "1.19.0" description = "Magically refactor Python"