Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
17 changes: 16 additions & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
[mypy]
files = src/dishka
exclude = ^src/dishka/(_adaptix|integrations)/
exclude = (?x)(
^src/dishka/_adaptix/
|^src/dishka/integrations/(
aiohttp
|aiogram
|celery
|click
|fastapi
|faststream
|grpcio
|litestar
|sanic
|starlette
|taskiq
|telebot
).py)

strict = true
strict_bytes = true
Expand Down
1 change: 1 addition & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lint.ignore = [
"PLR0913",
"SIM103",
"ISC003",
"COM812",
Comment thread
gsakkis marked this conversation as resolved.
Outdated

# identitcal by code != identical by meaning
"SIM114",
Expand Down
Loading
Loading