-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #210 from reagento/develop
v1.3
- Loading branch information
Showing
107 changed files
with
3,158 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,11 @@ jobs: | |
- name: Run ruff | ||
run: | | ||
ruff check . | ||
- name: Run mypy | ||
run: | | ||
mypy src | ||
- name: Run tests | ||
run: | | ||
tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
[mypy] | ||
exclude = ^src/dishka/(_adaptix|integrations)/ | ||
|
||
[mypy-dishka._adaptix.*] | ||
disable_error_code = attr-defined | ||
|
||
[mypy-dishka._adaptix.type_tools.normalize_type] | ||
disable_error_code = arg-type | ||
|
||
[mypy-pydantic.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-aiogram.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-aiogram_dialog.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-aiohttp.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-arq.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-asgi.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-click.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-fastapi.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-faststream.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-flask.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-grpc.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-grpcio.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-google.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-litestar.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-sanic.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-sanic_routing.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-starlette.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-taskiq.*] | ||
ignore_missing_imports = True | ||
|
||
[mypy-telebot.*] | ||
ignore_missing_imports = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.