Skip to content

Commit 35217d0

Browse files
committed
Bump version: 1.7.0 → 1.8.0
1 parent 5da22a4 commit 35217d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-hooks.yaml

+1-1
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.7.0]
5+
additional_dependencies: [sourcery==1.8.0]
66
entry: sourcery review --check
77
types: [python]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To set up your pre-commit hooks use:
3131
```yaml
3232
repos:
3333
- repo: https://github.com/sourcery-ai/sourcery
34-
rev: v1.7.0
34+
rev: v1.8.0
3535
hooks:
3636
- id: sourcery
3737
# The best way to use Sourcery in a pre-commit hook:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[project]
22
name = "sourcery-precommit"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
description = "Magically refactor Python"

0 commit comments

Comments
 (0)