We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd7efc commit 40832aeCopy full SHA for 40832ae
.pre-commit-hooks.yaml
@@ -2,6 +2,6 @@
2
name: sourcery
3
description: Magically refactor Python
4
language: python
5
- additional_dependencies: [sourcery==1.0.3]
+ additional_dependencies: [sourcery==1.0.4]
6
entry: sourcery review --check
7
types: [python]
README.md
@@ -32,7 +32,7 @@ To set up your pre-commit hooks use:
32
```yaml
33
repos:
34
- repo: https://github.com/sourcery-ai/sourcery
35
- rev: v1.0.3
+ rev: v1.0.4
36
hooks:
37
- id: sourcery
38
# The best way to use Sourcery in a pre-commit hook:
pyproject.toml
@@ -1,4 +1,4 @@
1
[project]
name = "sourcery-precommit"
-version = "1.0.3"
+version = "1.0.4"
description = "Magically refactor Python"
0 commit comments