From 91c4841497a4b6bc3df927401b624150da6a6e2e Mon Sep 17 00:00:00 2001 From: Hellebore Date: Wed, 22 Jan 2025 11:09:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.31.0=20=E2=86=92=201.32.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 17d4a62..5ce1aff 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.31.0] + additional_dependencies: [sourcery==1.32.0] entry: sourcery review --check types: [python] diff --git a/pyproject.toml b/pyproject.toml index 1b8d522..d475214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery-precommit" -version = "1.31.0" +version = "1.32.0" description = "Magically refactor Python"