From 7c0ab8e89b935e518be7269529785c47e067e2c7 Mon Sep 17 00:00:00 2001 From: brendanator Date: Mon, 22 Aug 2022 10:26:00 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.6=20=E2=86=92=200.12.7?= 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 4072705..21602aa 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-cli==0.12.6] + additional_dependencies: [sourcery-cli==0.12.7] entry: sourcery review --check types: [python] diff --git a/pyproject.toml b/pyproject.toml index de46543..2644212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.12.6" +version = "0.12.7" description = "Magically refactor Python"