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.