diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a93bf37f..8361d474 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.14' + rev: 'v0.2.0' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -84,7 +84,7 @@ repos: hooks: - id: pyprojectsort - repo: https://github.com/python-jsonschema/check-jsonschema - rev: "0.27.3" + rev: "0.27.4" hooks: - id: check-github-workflows - id: check-github-actions diff --git a/docs/conf.py b/docs/conf.py index 9feba681..f905846f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -from pygeoif import about # noqa: E402 +from pygeoif import about project = "pygeoif" copyright = "2023, Christian Ledermann" # noqa: A001