Skip to content

Commit

Permalink
Update pre-commit and fix API documentation (#123)
Browse files Browse the repository at this point in the history
* update pre-commit

* fix api documentation
  • Loading branch information
LegrandNico authored Oct 13, 2023
1 parent 50a6c69 commit 5b9e102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
language_version: python3
Expand All @@ -24,7 +24,7 @@ repos:
args: ['--ignore', 'D213,D100,D203,D104']
files: ^pyhgf/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
rev: 'v1.6.0'
hooks:
- id: mypy
files: ^pyhgf/
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Binary nodes
.. autosummary::
:toctree: generated/pyhgf.updates.prediction.binary

predict_input_value_parent
predict_binary_state_node

Continuous nodes
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 5b9e102

Please sign in to comment.