Skip to content

Commit

Permalink
Bump pre-commit deps, to fix a breaking Click update (#590)
Browse files Browse the repository at this point in the history
* Bump black from 22.1.0 to 22.3.0

This fixes an issue with a breaking Click update.

* Bump pycln from 1.1.0 to 1.2.5

I hope this will fix the last Click incompatibility.

* Pin click to 8.0.4 for pycln

This could be a temporary solution to the pycln issue.

* Modify the pycln patch for the click issue

* Remove the pycln patch

Typer has just fixed its issue :)
  • Loading branch information
DiddiLeija committed Apr 1, 2022
1 parent bf1c226 commit 0fd600f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: "22.1.0"
rev: "22.3.0"
hooks:
- id: black
args:
Expand Down Expand Up @@ -42,10 +42,11 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/hadialqattan/pycln
rev: v1.1.0
rev: v1.2.5
hooks:
- id: pycln
args: [--config=pyproject.toml]
stages: [manual]

- repo: https://github.com/asottile/yesqa
rev: v1.3.0
Expand Down

0 comments on commit 0fd600f

Please sign in to comment.