Skip to content

Commit 40832ae

Browse files
committed
Bump version: 1.0.3 → 1.0.4
1 parent cdd7efc commit 40832ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
name: sourcery
33
description: Magically refactor Python
44
language: python
5-
additional_dependencies: [sourcery==1.0.3]
5+
additional_dependencies: [sourcery==1.0.4]
66
entry: sourcery review --check
77
types: [python]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To set up your pre-commit hooks use:
3232
```yaml
3333
repos:
3434
- repo: https://github.com/sourcery-ai/sourcery
35-
rev: v1.0.3
35+
rev: v1.0.4
3636
hooks:
3737
- id: sourcery
3838
# The best way to use Sourcery in a pre-commit hook:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[project]
22
name = "sourcery-precommit"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Magically refactor Python"

0 commit comments

Comments
 (0)