fix: issue with typer breaking pycln
This commit is contained in:
@@ -30,7 +30,8 @@ repos:
|
|||||||
rev: v1.2.5
|
rev: v1.2.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: pycln
|
- id: pycln
|
||||||
args: [--config=pyproject.toml]
|
args: [--all]
|
||||||
|
additional_dependencies: [click<8.1] # temporary workaround until typer updates
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.10.1
|
rev: 5.10.1
|
||||||
|
|||||||
@@ -66,8 +66,6 @@ module = [
|
|||||||
]
|
]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
||||||
[tool.pycln]
|
|
||||||
all = true
|
|
||||||
|
|
||||||
[tool.check-manifest]
|
[tool.check-manifest]
|
||||||
ignore = [
|
ignore = [
|
||||||
|
|||||||
Reference in New Issue
Block a user