Telethon/check.sh

5 lines
121 B
Bash
Raw Normal View History

2023-07-03 20:19:20 +03:00
isort . --profile black --gitignore
black . --extend-exclude "tl/(abcs|functions|types)/\w+.py"
2023-06-13 00:05:53 +03:00
mypy --strict .
pytest .