Skip to content

Commit

Permalink
Fixed pre-commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Kirilin <win10@list.ru>
  • Loading branch information
s3rius committed Aug 14, 2024
1 parent c3dc2bf commit 0e111d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 107 deletions.
104 changes: 0 additions & 104 deletions .flake8

This file was deleted.

5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ repos:
entry: poetry run mypy
language: system
types: [python]
pass_filenames: false
args:
- taskiq_aio_pika
- tests
- ./taskiq_aio_pika
- ./tests
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ show_error_codes = true
implicit_reexport = true
allow_untyped_decorators = true
warn_return_any = false
explicit_package_bases = true

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 0e111d6

Please # to comment.