We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da22a4 commit 35217d0Copy full SHA for 35217d0
.pre-commit-hooks.yaml
@@ -2,6 +2,6 @@
2
name: sourcery
3
description: Magically refactor Python
4
language: python
5
- additional_dependencies: [sourcery==1.7.0]
+ additional_dependencies: [sourcery==1.8.0]
6
entry: sourcery review --check
7
types: [python]
README.md
@@ -31,7 +31,7 @@ To set up your pre-commit hooks use:
31
```yaml
32
repos:
33
- repo: https://github.com/sourcery-ai/sourcery
34
- rev: v1.7.0
+ rev: v1.8.0
35
hooks:
36
- id: sourcery
37
# The best way to use Sourcery in a pre-commit hook:
pyproject.toml
@@ -1,4 +1,4 @@
1
[project]
name = "sourcery-precommit"
-version = "1.7.0"
+version = "1.8.0"
description = "Magically refactor Python"
0 commit comments