Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Oct 13, 2023
1 parent 9e0ba9b commit ae46b3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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]
11 changes: 6 additions & 5 deletions docs/function_summary.rst
Expand Up @@ -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

0 comments on commit ae46b3e

Please sign in to comment.