Telethon/check.sh
2023-07-03 19:19:20 +02:00

5 lines
121 B
Bash

isort . --profile black --gitignore
black . --extend-exclude "tl/(abcs|functions|types)/\w+.py"
mypy --strict .
pytest .