From fc6e5cf1874f68060268a630cb46cfb0c1fbce39 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Mon, 2 Dec 2024 12:01:55 +0100 Subject: [PATCH] linters adapted to python3.12 pre-commit-hooks version needs to be updated to v5.0.0 Change-Id: Iaf76062152b3c28873ec36d7ea7ee5aba0867f57 --- .pre-commit-config.yaml | 2 +- doc/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d8fbf6..9a80073 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-byte-order-marker diff --git a/doc/requirements.txt b/doc/requirements.txt index 0ed2deb..9046199 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -6,4 +6,4 @@ # one single requirements file for a project, we need to have one such file # which will include all project requirements sphinx>=5.0 # BSD -sphinx_rtd_theme>=2.0 # Apache-2.0 +sphinx_rtd_theme==2.0 # Apache-2.0