We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dc92c commit 9c046c2Copy full SHA for 9c046c2
2 files changed
.pre-commit-config.yaml
@@ -30,7 +30,8 @@ repos:
30
rev: v1.2.5
31
hooks:
32
- id: pycln
33
- args: [--config=pyproject.toml]
+ args: [--all]
34
+ additional_dependencies: [click<8.1] # temporary workaround until typer updates
35
36
- repo: https://github.com/PyCQA/isort
37
rev: 5.10.1
pyproject.toml
@@ -66,8 +66,6 @@ module = [
66
]
67
ignore_missing_imports = true
68
69
-[tool.pycln]
70
-all = true
71
72
[tool.check-manifest]
73
ignore = [
0 commit comments