Telethon/check.sh
2023-09-01 14:09:53 +02:00

5 lines
134 B
Bash

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