Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Fleming committed Nov 10, 2024
1 parent 8e3fccd commit 78e85b9
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 @@ -38,7 +38,7 @@ repos:
hooks:
- id: taplo-format
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.3
hooks:
- id: ruff
types_or: [python, jupyter]
Expand All @@ -53,6 +53,6 @@ repos:
- tomli

- repo: https://github.com/kynan/nbstripout
rev: '0.7.1'
rev: '0.8.0'
hooks:
- id: nbstripout
2 changes: 1 addition & 1 deletion ipylab/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class OutputError(OutputBase):
output_type: Literal["error"]
ename: str
evalue: str
traceback: list[str]
traceback: list[str] | None


OutputTypes = OutputDisplayData | OutputStream | OutputError
Expand Down

0 comments on commit 78e85b9

Please sign in to comment.