diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 694cfc4..efd9263 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.7] + additional_dependencies: [sourcery-cli==0.8.8] entry: sourcery refactor --check require_serial: true types: [python] diff --git a/pyproject.toml b/pyproject.toml index d0b31b9..b3d91f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.8.7" +version = "0.8.8" description = "Magically refactor Python"