Skip to content

Commit

Permalink
Bump version: 1.14.0 → 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore committed Dec 21, 2023
1 parent d3acec6 commit ad31ca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
name: sourcery
description: Magically refactor Python
language: python
additional_dependencies: [sourcery==1.14.0]
additional_dependencies: [sourcery==1.15.0]
entry: sourcery review --check
types: [python]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To set up your pre-commit hooks use:
```yaml
repos:
- repo: https://github.com/sourcery-ai/sourcery
rev: v1.14.0
rev: v1.15.0
hooks:
- id: sourcery
# The best way to use Sourcery in a pre-commit hook:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
name = "sourcery-precommit"
version = "1.14.0"
version = "1.15.0"
description = "Magically refactor Python"

0 comments on commit ad31ca3

Please sign in to comment.