Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v5.0.0"
rev: "v6.0.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -25,17 +25,17 @@ repos:
]
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst"
- repo: https://github.com/PyCQA/isort
rev: "6.0.1"
rev: "7.0.0"
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.12.4"
rev: "v0.14.5"
hooks:
- id: ruff-format
- id: ruff
args: [--fix]
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1
rev: 1.20.0
hooks:
- id: blacken-docs
language_version: python3.10
Expand Down
4 changes: 2 additions & 2 deletions colour/models/jzazbz.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ def XYZ_to_Jzazbz(
Lightness, :math:`a_z` is redness-greenness and :math:`b_z` is
yellowness-blueness.

Warnings
--------
Warnings
--------
The underlying *SMPTE ST 2084:2014* transfer function is an absolute
transfer function.

Expand Down
Loading