Skip to content

Commit 3e312f8

Browse files
authored
Merge pull request #5998 from chaen/8.0_FIX_blackClick
[8.0] fix (CI): upgrade black for pre-commit hook
2 parents 3ae8b0a + be2b80d commit 3e312f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-added-large-files
2020

2121
- repo: https://github.com/psf/black
22-
rev: 22.1.0
22+
rev: 22.3.0
2323
hooks:
2424
- id: black
2525
exclude: |
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: black
3636
name: black for files with Python 2.7 compatibility
37-
additional_dependencies: [".[python2]"]
37+
additional_dependencies: [".[python2]", "click==8.0.4"]
3838
args: ["--target-version=py27"]
3939
files: |
4040
(?x)^(

0 commit comments

Comments
 (0)