diff --git a/docs/conf.py b/docs/conf.py index 8070535..7544a57 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,6 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -# ruff: noqa: ERA001 project = "Rapporto" copyright = "2011-2025, The Panodata Developers" # noqa: A001 diff --git a/pyproject.toml b/pyproject.toml index eaeac49..fa5afa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ optional-dependencies.develop = [ "mypy<1.17", "poethepoet<1", "pyproject-fmt<3", - "ruff<0.12", + "ruff<0.13", "validate-pyproject<1", ] optional-dependencies.docs = [