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 9c18d7c commit 7c34a60Copy full SHA for 7c34a60
.pre-commit-hooks.yaml
@@ -2,7 +2,7 @@
2
name: sourcery
3
description: Magically refactor Python
4
language: python
5
- additional_dependencies: [sourcery-cli==0.9.7]
+ additional_dependencies: [sourcery-cli==0.9.8]
6
entry: sourcery refactor --check
7
require_serial: true
8
types: [python]
pyproject.toml
@@ -1,4 +1,4 @@
1
[project]
name = "sourcery"
-version = "0.9.7"
+version = "0.9.8"
description = "Magically refactor Python"
0 commit comments