mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
feat: add seed-isort-config
This commit is contained in:
parent
7b6f3a1fab
commit
37c6c34d3c
3 changed files with 49 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -70,8 +70,12 @@ clean:
|
|||
# Code quality
|
||||
# =================================================================================================
|
||||
|
||||
.PHONE: isort_seed_config
|
||||
isort_update_known_libraries:
|
||||
$(py) seed-isort-config
|
||||
|
||||
.PHONY: isort
|
||||
isort:
|
||||
isort: isort_update_known_libraries # update config in
|
||||
$(py) isort -rc aiogram tests
|
||||
|
||||
.PHONY: black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue