diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7f37ee..dfea413 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.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: check-ast @@ -37,14 +37,14 @@ repos: - id: blackdoc - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: - --ignore-words-list=thex - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.15.0 hooks: - id: pyupgrade args: diff --git a/CHANGES.txt b/CHANGES.txt index 6a83e98..dc9d9b0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ 0.7.0 ~~~~~ -- StepColormap: inclusive lower bound (@MxMartin #141) -- Add color schemes: plasma, inferno, magma (@FlorinAndrei #131) +- StepColormap: inclusive lower bound (@MxMartin #141) +- Add color schemes: plasma, inferno, magma (@FlorinAndrei #131) - Allow branca ColorMap in write_png (@Conengmo #126) - More flexible _parse_size (@Conengmo #125)