diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 897d639..f54e085 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.2] + additional_dependencies: [sourcery-cli==0.12.3] entry: sourcery review --check types: [python] diff --git a/pyproject.toml b/pyproject.toml index 63e8b6e..9ad4a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery" -version = "0.12.2" +version = "0.12.3" description = "Magically refactor Python"