Skip to content

Commit 59568de

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#168)
<!--pre-commit.ci start--> updates: - [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) <!--pre-commit.ci end-->
2 parents 6aca4f5 + d3021a9 commit 59568de

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.10.1
22+
rev: 5.11.4
2323
hooks:
2424
- id: isort
2525
args: ["--profile", "black", "--filter-files"]
2626

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

0 commit comments

Comments
 (0)