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