From 35217d01fc8dc273bf19e9f4d887de396a225007 Mon Sep 17 00:00:00 2001 From: reka Date: Mon, 21 Aug 2023 11:27:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.0=20=E2=86=92=201.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-hooks.yaml | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 31aeb94..6f3eb0e 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.7.0] + additional_dependencies: [sourcery==1.8.0] entry: sourcery review --check types: [python] diff --git a/README.md b/README.md index 9fefadd..0e4f11a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To set up your pre-commit hooks use: ```yaml repos: - repo: https://github.com/sourcery-ai/sourcery - rev: v1.7.0 + rev: v1.8.0 hooks: - id: sourcery # The best way to use Sourcery in a pre-commit hook: diff --git a/pyproject.toml b/pyproject.toml index d38c46a..e78623d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery-precommit" -version = "1.7.0" +version = "1.8.0" description = "Magically refactor Python"