From fa00eae6b4a9aa21701448612a4e5abc921eda04 Mon Sep 17 00:00:00 2001 From: brendanator Date: Mon, 12 Aug 2024 15:11:39 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.21.0=20=E2=86=92=201.22.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 2aca982..1ec44d7 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.21.0] + additional_dependencies: [sourcery==1.22.0] entry: sourcery review --check types: [python] diff --git a/pyproject.toml b/pyproject.toml index 90ae75d..1fefedb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery-precommit" -version = "1.21.0" +version = "1.22.0" description = "Magically refactor Python"