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 a257495 commit bbdaf46Copy full SHA for bbdaf46
.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.4]
+ additional_dependencies: [sourcery-cli==0.9.5]
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.4"
+version = "0.9.5"
description = "Magically refactor Python"
0 commit comments