diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 119cb13..4b10603 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ default_language_version: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.7.0 hooks: - id: ruff args: [ --fix ] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: diff --git a/sphinx_audeering_theme/__init__.py b/sphinx_audeering_theme/__init__.py index 698143e..4f94629 100644 --- a/sphinx_audeering_theme/__init__.py +++ b/sphinx_audeering_theme/__init__.py @@ -1,4 +1,5 @@ """audEERING Sphinx theme.""" + import os import re import subprocess