diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c92602..1b9020f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,18 +10,18 @@ exclude: > repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 25.1.0 hooks: - id: black diff --git a/sphinx_proof/__init__.py b/sphinx_proof/__init__.py index 6924635..61046f3 100644 --- a/sphinx_proof/__init__.py +++ b/sphinx_proof/__init__.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- """ - sphinx_proof - ~~~~~~~~~~~~ +sphinx_proof +~~~~~~~~~~~~ - A Sphinx extension for producing proofs, theorems, lemmas, etc. +A Sphinx extension for producing proofs, theorems, lemmas, etc. """ import os from pathlib import Path