mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change mypy config
This commit is contained in:
parent
bd59863c21
commit
46814b48e5
7 changed files with 49 additions and 27 deletions
2
Makefile
2
Makefile
|
|
@ -70,7 +70,7 @@ clean:
|
|||
lint:
|
||||
isort --check-only $(code_dir)
|
||||
black --check --diff $(code_dir)
|
||||
ruff $(code_dir)
|
||||
ruff $(package_dir)
|
||||
mypy $(package_dir)
|
||||
|
||||
.PHONY: reformat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue