Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .audit/oberstet_fix_1892.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- [ ] I did **not** use any AI-assistance tools to help create this pull request.
- [x] I **did** use AI-assistance tools to *help* create this pull request.
- [x] I have read, understood and followed the projects' [AI Policy](https://github.com/crossbario/autobahn-python/blob/main/AI_POLICY.md) when creating code, documentation etc. for this pull request.

Submitted by: @oberstet
Date: 2026-06-25
Related issue(s): #1892
Branch: oberstet:fix_1892
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ check-typing venv="": (install venv)
--ignore no-matching-overload \
--ignore conflicting-declarations \
--ignore deprecated \
--ignore possibly-missing-submodule \
--ignore unused-type-ignore-comment \
src/autobahn/

# pyright --project pyproject-static-typing.toml src/autobahn/wamp/request.py
Expand Down
Loading