Skip to content

Commit d626e38

Browse files
committed
Upgrade git hooks to fix fail because of isort
1 parent 59568de commit d626e38

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,13 +19,13 @@ repos:
1919
args: [--markdown-linebreak-ext=md]
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.11.4
22+
rev: 5.12.0
2323
hooks:
2424
- id: isort
2525
args: ["--profile", "black", "--filter-files"]
2626

2727
- repo: https://github.com/psf/black
28-
rev: 22.12.0
28+
rev: 23.1.0
2929
hooks:
3030
- id: black
3131

0 commit comments

Comments
 (0)