We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dc2bf commit 0e111d6Copy full SHA for 0e111d6
.flake8
.pre-commit-config.yaml
@@ -39,6 +39,7 @@ repos:
39
entry: poetry run mypy
40
language: system
41
types: [python]
42
+ pass_filenames: false
43
args:
- - taskiq_aio_pika
44
- - tests
+ - ./taskiq_aio_pika
45
+ - ./tests
pyproject.toml
@@ -45,7 +45,6 @@ show_error_codes = true
implicit_reexport = true
46
allow_untyped_decorators = true
47
warn_return_any = false
48
-explicit_package_bases = true
49
50
[tool.isort]
51
profile = "black"
0 commit comments