Skip to content

Commit 3e0c190

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.6...v0.1.14) - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 23.12.1](psf/black-pre-commit-mirror@23.11.0...23.12.1) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
1 parent bce5eda commit 3e0c190

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ repos:
2525
- id: flynt
2626
args: [--verbose]
2727
- repo: https://github.com/PyCQA/isort
28-
rev: "5.12.0"
28+
rev: "5.13.2"
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.1.6"
32+
rev: "v0.1.14"
3333
hooks:
3434
- id: ruff
3535
- repo: https://github.com/psf/black-pre-commit-mirror
36-
rev: 23.11.0
36+
rev: 23.12.1
3737
hooks:
3838
- id: black
3939
language_version: python3.9
@@ -43,7 +43,7 @@ repos:
4343
- id: blacken-docs
4444
language_version: python3.9
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: "v3.1.0"
46+
rev: "v4.0.0-alpha.8"
4747
hooks:
4848
- id: prettier
4949
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)