Skip to content

Commit 0e111d6

Browse files
committed
Fixed pre-commit.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent c3dc2bf commit 0e111d6

File tree

3 files changed

+3
-107
lines changed

3 files changed

+3
-107
lines changed

.flake8

Lines changed: 0 additions & 104 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ repos:
3939
entry: poetry run mypy
4040
language: system
4141
types: [python]
42+
pass_filenames: false
4243
args:
43-
- taskiq_aio_pika
44-
- tests
44+
- ./taskiq_aio_pika
45+
- ./tests

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ show_error_codes = true
4545
implicit_reexport = true
4646
allow_untyped_decorators = true
4747
warn_return_any = false
48-
explicit_package_bases = true
4948

5049
[tool.isort]
5150
profile = "black"

0 commit comments

Comments
 (0)