Skip to content

Commit

Permalink
ci: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jul 31, 2024
1 parent 3736a2b commit 708cf9f
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 @@ -34,7 +34,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.1
hooks:
- id: mypy
- repo: https://github.com/Lucas-C/pre-commit-hooks
Expand Down Expand Up @@ -68,6 +68,6 @@ repos:
- --comment-style
- "/*| *| */"
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v4.0.3
hooks:
- id: reuse
2 changes: 1 addition & 1 deletion capellambse_context_diagrams/collectors/dataflow_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _collect_data(
exchange_filter,
functions=elements,
attributes=(src_attr, trg_attr),
)
) # type:ignore[call-arg]

made_edges: set[str] = set()
for elem in elements:
Expand Down

0 comments on commit 708cf9f

Please sign in to comment.