mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Improve typing and reformat code
This commit is contained in:
parent
c674b5547b
commit
562e339262
4 changed files with 20 additions and 17 deletions
3
Makefile
3
Makefile
|
|
@ -53,11 +53,12 @@ clean:
|
|||
rm -f `find . -type f -name '*.py[co]' `
|
||||
rm -f `find . -type f -name '*~' `
|
||||
rm -f `find . -type f -name '.*~' `
|
||||
rm -rf `find . -name .pytest_cache`
|
||||
rm -rf *.egg-info
|
||||
rm -f .coverage
|
||||
rm -f report.html
|
||||
rm -f .coverage.*
|
||||
rm -rf {build,dist,site,.cache,.pytest_cache,.mypy_cache,reports}
|
||||
rm -rf {build,dist,site,.cache,.mypy_cache,reports}
|
||||
|
||||
|
||||
# =================================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue