diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e76509d2..61231e38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7b24f16b..a54d25a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,8 +66,6 @@ module = [ ] ignore_missing_imports = true -[tool.pycln] -all = true [tool.check-manifest] ignore = [