diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 949b08c..31aeb94 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.6.0] + additional_dependencies: [sourcery==1.7.0] entry: sourcery review --check types: [python] diff --git a/README.md b/README.md index 69e2b02..9fefadd 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.6.0 + rev: v1.7.0 hooks: - id: sourcery # The best way to use Sourcery in a pre-commit hook: diff --git a/pyproject.toml b/pyproject.toml index d9a25c5..d38c46a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [project] name = "sourcery-precommit" -version = "1.6.0" +version = "1.7.0" description = "Magically refactor Python"