From c920a15417f19d90c76fade894800e92badbfa79 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:44:19 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#168) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.13.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- docs/source/conf.py | 36 ++++++++++++++++-------------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f735eea1..4238cc6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: - id: check-docstring-first - id: check-case-conflict # Check for files with names that would conflict on a case-insensitive filesystem - repo: https://github.com/pycqa/isort - rev: 5.13.0 + rev: 5.13.2 hooks: - id: isort exclude: '(notebooks|attic|benchmark|testdata)/.*' - repo: 'https://github.com/psf/black' - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black exclude: '(notebooks|attic|benchmark|testdata)/.*' diff --git a/docs/source/conf.py b/docs/source/conf.py index 1016220b..2805c829 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -164,15 +164,13 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). -latex_documents = [ - ( - master_doc, - "dysh.tex", - "dysh Documentation", - ["Marc Pound", "Victoria Catlett", "Peter Teuben"], - "manual", - ) -] +latex_documents = [( + master_doc, + "dysh.tex", + "dysh Documentation", + ["Marc Pound", "Victoria Catlett", "Peter Teuben"], + "manual", +)] # -- Options for manual page output ------------------------------------------ @@ -187,17 +185,15 @@ # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) -texinfo_documents = [ - ( - master_doc, - "dysh", - "dysh Documentation", - author, - "dysh", - "One line description of project.", - "Miscellaneous", - ) -] +texinfo_documents = [( + master_doc, + "dysh", + "dysh Documentation", + author, + "dysh", + "One line description of project.", + "Miscellaneous", +)] # The reST default role (used for this markup: `text`) to use for all # documents. Set to the "smart" one.