Skip to content

Commit

Permalink
docs: fixed extract docstring display
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Nov 2, 2023
1 parent 956bc32 commit 09569c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -52,7 +52,7 @@ repos:
args: [--indent-size, '4']

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
- id: black-jupyter
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/commitizen-tools/commitizen
rev: 3.10.0
rev: 3.12.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -111,7 +111,7 @@ readme = {file = "README.rst"}
version = {file = "VERSION"}

[tool.setuptools.packages.find]
exclude = ["examples*", "tools*", "docs*", "hspfbintoolbox.tests*"]
exclude = ["tests*", "examples*", "tools*", "docs*", "hspfbintoolbox.tests*"]
where = ["src"]

[tool.setuptools_scm]
2 changes: 1 addition & 1 deletion src/hspfbintoolbox/hspfbintoolbox.py
Expand Up @@ -388,7 +388,7 @@ def _extract_cli(
for hourly output, but can be set to any value that evenly divides into
a day.
*labels : str
labels : str
The remaining arguments uniquely identify a time-series in the
binary file. The format is 'OPERATIONTYPE,ID,VARIABLEGROUP,VARIABLE'.
Expand Down

0 comments on commit 09569c5

Please sign in to comment.