From ae46b3ebe006272cd93d44d2099b195625546e0f Mon Sep 17 00:00:00 2001 From: Tim Cera Date: Thu, 12 Oct 2023 20:35:30 -0400 Subject: [PATCH] ci: pre-commit autoupdate --- .pre-commit-config.yaml | 12 ++++++------ docs/function_summary.rst | 11 ++++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c410c2..366b523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-case-conflict - id: check-docstring-first @@ -52,7 +52,7 @@ repos: args: [--indent-size, '4'] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - id: black-jupyter @@ -73,23 +73,23 @@ repos: args: [--profile, black, --filter-files] - repo: https://github.com/asottile/blacken-docs - rev: 1.15.0 + rev: 1.16.0 hooks: - id: blacken-docs - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.15.0 hooks: - id: pyupgrade - repo: https://github.com/commitizen-tools/commitizen - rev: 3.5.3 + rev: 3.10.0 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/mwouts/jupytext - rev: v1.14.7 + rev: v1.15.2 hooks: - id: jupytext args: [--from, ipynb, --to, auto:percent, --sync] diff --git a/docs/function_summary.rst b/docs/function_summary.rst index c31ed4d..9a7bf38 100644 --- a/docs/function_summary.rst +++ b/docs/function_summary.rst @@ -6,8 +6,9 @@ Python API Function Summary .. autosummary:: :toctree: _function_autosummary - swmmtoolbox.catalog - swmmtoolbox.extract - swmmtoolbox.listdetail - swmmtoolbox.listvariables - swmmtoolbox.stdtoswmm5 + swmmtoolbox.swmmtoolbox.about + swmmtoolbox.swmmtoolbox.catalog + swmmtoolbox.swmmtoolbox.extract + swmmtoolbox.swmmtoolbox.listdetail + swmmtoolbox.swmmtoolbox.listvariables + swmmtoolbox.swmmtoolbox.stdtoswmm5