Skip to content

Commit 37eefbd

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 0f69c0d commit 37eefbd

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
@@ -18,7 +18,7 @@ repos:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.12.0
21+
rev: 5.13.0
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
@@ -28,6 +28,6 @@ repos:
2828
id: black
2929
args: ["--line-length", "79"]
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: "v4.0.0-alpha.3-1"
31+
rev: "v4.0.0-alpha.4"
3232
hooks:
3333
- id: prettier

0 commit comments

Comments
 (0)