diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b3926e..e22ebe7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,25 +22,25 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.6" + rev: "v0.12.2" hooks: - id: ruff args: ["--fix-only", "--target-version=py38"] - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: ["--target-version=py38"] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: diff --git a/src/rok4/utils.py b/src/rok4/utils.py index b55e54e..f46f4a4 100644 --- a/src/rok4/utils.py +++ b/src/rok4/utils.py @@ -1,5 +1,4 @@ -"""Provide functions to manipulate OGR / OSR entities -""" +"""Provide functions to manipulate OGR / OSR entities""" # -- IMPORTS --