Skip to content

Commit

Permalink
fix: issue with typer breaking pycln
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Mar 29, 2022
1 parent 23dc92c commit 9c046c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ module = [
]
ignore_missing_imports = true

[tool.pycln]
all = true

[tool.check-manifest]
ignore = [
Expand Down

0 comments on commit 9c046c2

Please sign in to comment.