Skip to content

Commit

Permalink
update to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore committed Dec 18, 2020
1 parent 2654ed4 commit 0e389ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: sourcery
description: Magically refactor Python
language: python
additional_dependencies: [sourcery-cli==0.8.5]
additional_dependencies: [sourcery-cli==0.8.6]
entry: sourcery refactor --check
require_serial: true
types: [python]
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"
version = "0.8.5"
version = "0.8.6"
description = "Magically refactor Python"

0 comments on commit 0e389ad

Please sign in to comment.