linters adapted to python3.12

pre-commit-hooks version needs to be updated to v5.0.0

Change-Id: Iaf76062152b3c28873ec36d7ea7ee5aba0867f57
This commit is contained in:
Eduardo Olivares 2024-12-02 12:01:55 +01:00
parent ff7dfcb2dc
commit fc6e5cf187
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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