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 4fdadc7 commit 991a60fCopy full SHA for 991a60f
.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.10.2]
+ additional_dependencies: [sourcery-cli==0.10.3]
6
entry: sourcery refactor --check
7
require_serial: true
8
types: [python]
pyproject.toml
@@ -1,4 +1,4 @@
1
[project]
name = "sourcery"
-version = "0.10.2"
+version = "0.10.3"
description = "Magically refactor Python"
0 commit comments