Skip to content

Commit

Permalink
Add requirement for click==8.0.4 in black pre-commit hook because las…
Browse files Browse the repository at this point in the history
…test version are uncompatible (see OCA/oca-addons-repo-template#133)
  • Loading branch information
Ludovic Druette committed Apr 3, 2022
1 parent 34cbaea commit f7af20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ repos:
rev: 21.12b0
hooks:
- id: black
additional_dependencies: ["click<8.1.0"]
args:
- --line-length=88
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit f7af20b

Please sign in to comment.