Skip to content

Commit 9c046c2

Browse files
authored
fix: issue with typer breaking pycln
1 parent 23dc92c commit 9c046c2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ repos:
3030
rev: v1.2.5
3131
hooks:
3232
- id: pycln
33-
args: [--config=pyproject.toml]
33+
args: [--all]
34+
additional_dependencies: [click<8.1] # temporary workaround until typer updates
3435

3536
- repo: https://github.com/PyCQA/isort
3637
rev: 5.10.1

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ module = [
6666
]
6767
ignore_missing_imports = true
6868

69-
[tool.pycln]
70-
all = true
7169

7270
[tool.check-manifest]
7371
ignore = [

0 commit comments

Comments
 (0)