diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5df65745..bb3cb0cd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -16,7 +16,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ["--ignore-words-list=co-ordinates,exitance,fro,hart,ist"] @@ -31,7 +31,7 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.14" + rev: "v0.4.7" hooks: - id: ruff-format - id: ruff @@ -41,7 +41,7 @@ repos: - id: blacken-docs language_version: python3.9 - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.1.0" + rev: "v4.0.0-alpha.8" hooks: - id: prettier exclude: config-aces-reference.ocio.yaml