Skip to content

Commit

Permalink
Merge 0a42af8 into f00218c
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
2 parents f00218c + 0a42af8 commit a454924
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ repos:
- id: flynt
args: [--verbose]
- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.6"
rev: "v0.1.14"
hooks:
- id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
language_version: python3.9
Expand All @@ -43,7 +43,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
Expand Down
6 changes: 3 additions & 3 deletions colour_checker_detection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
colour.utilities.ANCILLARY_COLOUR_SCIENCE_PACKAGES[ # pyright: ignore
"colour-checker-detection"
] = _version
colour.utilities.ANCILLARY_RUNTIME_PACKAGES[ # pyright: ignore
"opencv"
] = cv2.__version__
colour.utilities.ANCILLARY_RUNTIME_PACKAGES["opencv"] = ( # pyright: ignore
cv2.__version__
)

del _version

Expand Down

0 comments on commit a454924

Please sign in to comment.