mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
More docs
This commit is contained in:
parent
3931253a88
commit
f97367b3ee
16 changed files with 415 additions and 100 deletions
1
Makefile
1
Makefile
|
|
@ -72,6 +72,7 @@ lint:
|
|||
$(py) black --check --diff $(code_dir)
|
||||
$(py) flake8 $(code_dir)
|
||||
$(py) mypy $(package_dir)
|
||||
# TODO: wemake-python-styleguide
|
||||
|
||||
.PHONY: reformat
|
||||
reformat:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue