We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97e835 commit 680f748Copy full SHA for 680f748
.pre-commit-hooks.yaml
@@ -2,6 +2,6 @@
2
name: sourcery
3
description: Magically refactor Python
4
language: python
5
- additional_dependencies: [sourcery==1.33.0]
+ additional_dependencies: [sourcery==1.34.0]
6
entry: sourcery review --check
7
types: [python]
pyproject.toml
@@ -1,4 +1,4 @@
1
[project]
name = "sourcery-precommit"
-version = "1.33.0"
+version = "1.34.0"
description = "Magically refactor Python"
0 commit comments