diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3f1df38..f862227 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.19.0] + additional_dependencies: [sourcery==1.20.0] entry: sourcery review --check types: [python] diff --git a/pyproject.toml b/pyproject.toml index d20087a..8a485bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery-precommit" -version = "1.19.0" +version = "1.20.0" description = "Magically refactor Python"