Skip to content

Commit d283327

Browse files
committed
Update pre-commit
1 parent b95e1c6 commit d283327

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
@@ -13,7 +13,7 @@ repos:
1313
- id: check-added-large-files
1414
args: [--maxkb=4096]
1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 23.3.0
1717
hooks:
1818
- id: black
1919
args: ["--line-length", "120"]
@@ -30,7 +30,7 @@ repos:
3030
types: [python]
3131
args: ["--max-line-length", "120", "--ignore", "F811,F841,E203,E402,E712,W503"]
3232
- repo: https://github.com/shellcheck-py/shellcheck-py
33-
rev: v0.8.0.4
33+
rev: v0.9.0.5
3434
hooks:
3535
- id: shellcheck
3636
exclude: test

0 commit comments

Comments
 (0)