mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
5 lines
121 B
Bash
5 lines
121 B
Bash
isort . --profile black --gitignore
|
|
black . --extend-exclude "tl/(abcs|functions|types)/\w+.py"
|
|
mypy --strict .
|
|
pytest .
|