Skip to content

Commit ffdc649

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 0b62549 commit ffdc649

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ repos:
2626
- id: flynt
2727
args: [--verbose]
2828
- repo: https://github.com/PyCQA/isort
29-
rev: "5.12.0"
29+
rev: "5.13.2"
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: "v0.1.6"
33+
rev: "v0.1.14"
3434
hooks:
3535
- id: ruff
3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 23.11.0
37+
rev: 23.12.1
3838
hooks:
3939
- id: black
4040
language_version: python3.9
@@ -44,7 +44,7 @@ repos:
4444
- id: blacken-docs
4545
language_version: python3.9
4646
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: "v3.1.0"
47+
rev: "v4.0.0-alpha.8"
4848
hooks:
4949
- id: prettier
5050
exclude: config-aces-reference.ocio.yaml

0 commit comments

Comments
 (0)