diff --git a/.audit/oberstet_fix_1892.md b/.audit/oberstet_fix_1892.md new file mode 100644 index 000000000..276838ec0 --- /dev/null +++ b/.audit/oberstet_fix_1892.md @@ -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 diff --git a/justfile b/justfile index 5337c06f3..a965c9c8c 100644 --- a/justfile +++ b/justfile @@ -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