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 b5d8adf commit 4e74cdaCopy full SHA for 4e74cda
.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.8.2]
+ additional_dependencies: [sourcery-cli==0.8.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.8.2"
+version = "0.8.3"
description = "Magically refactor Python"
0 commit comments