From 0e389ad42d2dc0b571a511ddba9b2690a230da05 Mon Sep 17 00:00:00 2001 From: Hellebore Date: Fri, 18 Dec 2020 19:43:31 +0000 Subject: [PATCH] update to 0.8.6 --- .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 c8a7d71..a6df3c5 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,7 +2,7 @@ name: sourcery description: Magically refactor Python language: python - additional_dependencies: [sourcery-cli==0.8.5] + additional_dependencies: [sourcery-cli==0.8.6] entry: sourcery refactor --check require_serial: true types: [python] diff --git a/pyproject.toml b/pyproject.toml index 455bc03..5751430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.8.5" +version = "0.8.6" description = "Magically refactor Python"