Skip to content

Commit f73d1c9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.4.7](astral-sh/ruff-pre-commit@v0.1.14...v0.4.7) - [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 8e965cf commit f73d1c9

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v4.5.0"
3+
rev: "v4.6.0"
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -16,7 +16,7 @@ repos:
1616
- id: requirements-txt-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.2.6
19+
rev: v2.3.0
2020
hooks:
2121
- id: codespell
2222
args: ["--ignore-words-list=co-ordinates,exitance,fro,hart,ist"]
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.1.14"
34+
rev: "v0.4.7"
3535
hooks:
3636
- id: ruff-format
3737
- id: ruff
@@ -41,7 +41,7 @@ repos:
4141
- id: blacken-docs
4242
language_version: python3.9
4343
- repo: https://github.com/pre-commit/mirrors-prettier
44-
rev: "v3.1.0"
44+
rev: "v4.0.0-alpha.8"
4545
hooks:
4646
- id: prettier
4747
exclude: config-aces-reference.ocio.yaml

0 commit comments

Comments
 (0)