Skip to content

Commit c6d31f3

Browse files
[pre-commit.ci] pre-commit autoupdate (#22)
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a3d8c19 commit c6d31f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: "5.10.1"
19+
rev: "5.11.4"
2020
hooks:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.3.0"
24+
rev: "v3.3.1"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py310-plus"]
@@ -34,7 +34,7 @@ repos:
3434
stages: [manual]
3535

3636
- repo: https://github.com/psf/black
37-
rev: "22.10.0"
37+
rev: "22.12.0"
3838
hooks:
3939
- id: black
4040

0 commit comments

Comments
 (0)