Skip to content

Commit c8c308d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.3-1 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v4.0.0-alpha.3-1...v4.0.0-alpha.4)
1 parent 0977e94 commit c8c308d

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,7 +19,7 @@ repos:
1919
hooks:
2020
- id: ruff
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.12.0
22+
rev: 5.13.0
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/psf/black
@@ -29,6 +29,6 @@ repos:
2929
id: black
3030
args: ["--line-length", "79"]
3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: "v4.0.0-alpha.3-1"
32+
rev: "v4.0.0-alpha.4"
3333
hooks:
3434
- id: prettier

0 commit comments

Comments
 (0)