Skip to content

Commit f66f5e1

Browse files
committed
pre-commit: update Black to fix Click
1 parent 0153b37 commit f66f5e1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: fc0be6eb1e2a96091e6f64009ee5e9081bf8b6c6 # frozen: 22.1.0
3+
rev: 22.3.0
44
hooks:
55
- id: black
66
args: ["--target-version", "py37"]
@@ -9,35 +9,35 @@ repos:
99
types: []
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: c5e8fa75dda5f764d20f66a215d71c21cfa198e1 # frozen: 5.10.1
12+
rev: 5.10.1
1313
hooks:
1414
- id: isort
1515

1616
- repo: https://github.com/asottile/yesqa
17-
rev: 35cf7dc24fa922927caded7a21b2a8cb04bf8e10 # frozen: v1.3.0
17+
rev: v1.3.0
1818
hooks:
1919
- id: yesqa
2020

2121
- repo: https://github.com/Lucas-C/pre-commit-hooks
22-
rev: ca52c4245639abd55c970e6bbbca95cab3de22d8 # frozen: v1.1.13
22+
rev: v1.2.0
2323
hooks:
2424
- id: remove-tabs
2525
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.opt$)
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: cbeb4c9c4137cff1568659fcc48e8b85cddd0c8d # frozen: 4.0.1
28+
rev: 4.0.1
2929
hooks:
3030
- id: flake8
3131
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
3232

3333
- repo: https://github.com/pre-commit/pygrep-hooks
34-
rev: 6f51a66bba59954917140ec2eeeaa4d5e630e6ce # frozen: v1.9.0
34+
rev: v1.9.0
3535
hooks:
3636
- id: python-check-blanket-noqa
3737
- id: rst-backticks
3838

3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: 8fe62d14e0b4d7d845a7022c5c2c3ae41bdd3f26 # frozen: v4.1.0
40+
rev: v4.2.0
4141
hooks:
4242
- id: check-merge-conflict
4343
- id: check-yaml

0 commit comments

Comments
 (0)