fix: issue with typer breaking pycln

This commit is contained in:
Henry Schreiner
2022-03-29 16:58:32 -04:00
committed by GitHub
parent 23dc92c5f3
commit 9c046c26db
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ repos:
rev: v1.2.5
hooks:
- id: pycln
args: [--config=pyproject.toml]
args: [--all]
additional_dependencies: [click<8.1] # temporary workaround until typer updates
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
-2
View File
@@ -66,8 +66,6 @@ module = [
]
ignore_missing_imports = true
[tool.pycln]
all = true
[tool.check-manifest]
ignore = [